packages/apps/Gallery2
修订版 | 118f67bb288ba37d5e383b677c8352330a34a2d4 (tree) |
---|---|
时间 | 2018-03-03 01:48:46 |
作者 | Andreas Gampe <agampe@goog...> |
Commiter | android-build-merger |
Merge "Gallery2: Fix CollectionIncompatibleType" am: 7115c7cbf9 am: ae4d8c9a73
am: c61338150e
Change-Id: I48ff76febe268de8af1b2ccfc8f582e9685f6209
@@ -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() { |