Evict cached bitmaps when closing the app list

This commit is contained in:
Cameron Gutman
2015-02-27 15:13:43 -05:00
parent 3d398ef6dd
commit 867b703644
3 changed files with 10 additions and 0 deletions
@@ -75,6 +75,8 @@ public class AppGridAdapter extends GenericGridAdapter<AppView.AppObject> {
public void cancelQueuedOperations() {
cancelTuples(loadingTuples);
cancelTuples(backgroundLoadingTuples);
loader.freeCacheMemory();
}
private void sortList() {