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

Commit 031a0741 authored by John Hoford's avatar John Hoford Committed by Android Git Automerger
Browse files

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

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