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

Commit d04aaf62 authored by nicolasroard's avatar nicolasroard Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in caching pipeline" into gb-ub-photos-carlsbad

parents 26f23e62 9e52a04b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -271,7 +271,8 @@ public class FilterRepresentation {
    }

    public boolean canMergeWith(FilterRepresentation representation) {
        if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
        if (getFilterType() == FilterRepresentation.TYPE_GEOMETRY
            && representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
            return true;
        }
        return false;