Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e64845e0 authored by John Hoford's avatar John Hoford Committed by Android Git Automerger
Browse files

am 4c107f27: fixed crash when applying the none filter

* commit '4c107f27':
  fixed crash when applying the none filter
parents 34c84972 4c107f27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ public class ImagePreset {
                if (current.getFilterType() == FilterRepresentation.TYPE_FX) {
                    mFilters.remove(i);
                    replaced = true;
                    if (!isNoneBorderFilter(representation)) {
                    if (!isNoneFxFilter(representation)) {
                        mFilters.add(i, representation);
                    }
                    break;