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

Commit 7ba0f3c9 authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am 5a1d760b: Fix crash when exporting with null fx

* commit '5a1d760b':
  Fix crash when exporting with null fx
parents 656cbe6e 5a1d760b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ public class ImagePreset {
                    break;
                }
            }
            if (!replaced) {
            if (!replaced && !isNoneFxFilter(representation)) {
                mFilters.add(0, representation);
            }
        } else {