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

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

am 031a0741: am 17540e58: Do not copy XMP data if it has TinyPlanet filter

* commit '031a0741':
  Do not copy XMP data if it has TinyPlanet filter
parents cbf27c96 031a0741
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;
    }