am 9a1c0dce
: Handle app uninstall via Storage & USB.
* commit '9a1c0dce7a496f51087cf0497b931a31c64b0a65': Handle app uninstall via Storage & USB.
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user