packages/apps/Gallery2
修订版 | c61338150e1349617dcc4861515d91e87027fb0d (tree) |
---|---|
时间 | 2018-03-03 01:42:13 |
作者 | Andreas Gampe <agampe@goog...> |
Commiter | android-build-merger |
Merge "Gallery2: Fix CollectionIncompatibleType" am: 7115c7cbf9
am: ae4d8c9a73
Change-Id: Ic752304dc8191bf42eba98a7f7f64fd12b13f22d
@@ -104,7 +104,7 @@ public class FilterGradRepresentation extends FilterRepresentation | ||
104 | 104 | count++; |
105 | 105 | } |
106 | 106 | } |
107 | - return "c=" + mBands.indexOf(mBands) + "[" + mBands.size() + "]" + count; | |
107 | + return "c=" + mBands.indexOf(mCurrentBand) + "[" + mBands.size() + "]" + count; | |
108 | 108 | } |
109 | 109 | |
110 | 110 | private void creatExample() { |