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

Commit 7115c7cb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Gallery2: Fix CollectionIncompatibleType"

parents 6f8c54d2 e3ec91dc
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() {