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

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

Merge "Gallery2: Fix CollectionIncompatibleType" am: 7115c7cb am: ae4d8c9a

am: c6133815

Change-Id: I48ff76febe268de8af1b2ccfc8f582e9685f6209
parents c111fb81 c6133815
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() {