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

Commit ae4d8c9a authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Gallery2: Fix CollectionIncompatibleType"

am: 7115c7cb

Change-Id: I2acf35452fea9973718f971af76dd0964f84423f
parents 9ac972e9 7115c7cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ public class FilterGradRepresentation extends FilterRepresentation
                count++;
            }
        }
        return "c=" + mBands.indexOf(mBands) + "[" + mBands.size() + "]" + count;
        return "c=" + mBands.indexOf(mCurrentBand) + "[" + mBands.size() + "]" + count;
    }

    private void creatExample() {