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

Commit 17540e58 authored by John Hoford's avatar John Hoford
Browse files

Do not copy XMP data if it has TinyPlanet filter

bug:7429072
Change-Id: I791db8ae8157741eb4cd74e9b6f749275b6b6cc3
parent 49af06e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -124,6 +124,10 @@ public class ImagePreset {
                    && !filter.isNil()) {
                return false;
            }
            if (filter.getFilterType() == ImageFilter.TYPE_TINYPLANET
                    && !filter.isNil()) {
                return false;
            }
        }
        return true;
    }