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

Commit 946cc8ee authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Gallery2: Change method for Filter compare"

parents 134729a9 c933e377
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ public class ImagePreset {
                FilterRepresentation a = preset.mFilters.elementAt(i);
                FilterRepresentation b = mFilters.elementAt(i);

                if (!a.same(b)) {
                if (!a.equals(b)) {
                    return false;
                }
            }