summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-03-02 16:42:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-02 16:42:13 +0000
commitc61338150e1349617dcc4861515d91e87027fb0d (patch)
tree7a09a4525f5028a1c1fe65da185cfb491241d7cd
parent37ebb54c5459cc6021947a9a9bb370d4ffc3e965 (diff)
parentae4d8c9a731123ed3f03d50ef71cdedfb80fd6c0 (diff)
downloadandroid_packages_apps_Gallery2-c61338150e1349617dcc4861515d91e87027fb0d.tar.gz
android_packages_apps_Gallery2-c61338150e1349617dcc4861515d91e87027fb0d.tar.bz2
android_packages_apps_Gallery2-c61338150e1349617dcc4861515d91e87027fb0d.zip
Merge "Gallery2: Fix CollectionIncompatibleType" am: 7115c7cbf9
am: ae4d8c9a73 Change-Id: Ic752304dc8191bf42eba98a7f7f64fd12b13f22d
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterGradRepresentation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterGradRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterGradRepresentation.java
index a3a7e9555..928c3eae9 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterGradRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterGradRepresentation.java
@@ -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() {