am 96789ed4: am 1f980cb4: am 82b938c4: am 0c8bee96: am 9a1c0dce: Handle app uninstall via Storage & USB.

* commit '96789ed4ccf3c50caa752cc9cdc071a87905fe43':
  Handle app uninstall via Storage & USB.
This commit is contained in:
Julia Reynolds
2015-07-27 19:01:37 +00:00
committed by Android Git Automerger

View File

@@ -282,6 +282,9 @@ public class AppStorageSettings extends AppInfoWithHeader
@Override @Override
protected boolean refreshUi() { protected boolean refreshUi() {
retrieveAppEntry(); retrieveAppEntry();
if (mAppEntry == null) {
return false;
}
refreshSizeInfo(); refreshSizeInfo();
final VolumeInfo currentVol = getActivity().getPackageManager() final VolumeInfo currentVol = getActivity().getPackageManager()