Small refactoring to apps list.

- Fixes issue with fading in app icons when items are added/removed
- Reduces number of expensive calls when drawing sections and the scrollbar
- Removes fake section AppInfos in the adapters
This commit is contained in:
Winson Chung
2015-04-06 15:12:49 -07:00
parent c517f4ce65
commit 9121fbffaf
6 changed files with 140 additions and 97 deletions

View File

@@ -388,11 +388,6 @@ public class BubbleTextView extends TextView {
}
}
@Override
protected boolean onSetAlpha(int alpha) {
return true;
}
@Override
public void cancelLongPress() {
super.cancelLongPress();