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

Commit 4c107f27 authored by John Hoford's avatar John Hoford
Browse files

fixed crash when applying the none filter

bug:11188884
Change-Id: Id1f5e72b15b307eedccd5d582d3632500f19fdbd
parent 7835ea8c
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;