Cancel asset fetching when the app view is paused

This commit is contained in:
Cameron Gutman
2015-02-26 18:30:02 -05:00
parent f1787c43e5
commit 1b8d2bc81c
2 changed files with 30 additions and 2 deletions
@@ -174,6 +174,10 @@ public class AppView extends Activity implements AdapterFragmentCallbacks {
if (managerBinder != null) {
managerBinder.stopPolling();
}
if (appGridAdapter != null) {
appGridAdapter.cancelQueuedOperations();
}
}
@Override