Evict cached bitmaps when closing the app list
This commit is contained in:
@@ -75,6 +75,8 @@ public class AppGridAdapter extends GenericGridAdapter<AppView.AppObject> {
|
||||
public void cancelQueuedOperations() {
|
||||
cancelTuples(loadingTuples);
|
||||
cancelTuples(backgroundLoadingTuples);
|
||||
|
||||
loader.freeCacheMemory();
|
||||
}
|
||||
|
||||
private void sortList() {
|
||||
|
||||
Reference in New Issue
Block a user