Loading src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading