am 981ff182
: am 8bdb5561
: am 85bdb773
: am 5b5ed310
: Merge "Prevent crash in app memory updater." into mnc-dev
* commit '981ff1825e74dd391f4b7cdf03032cfbab0d7100': Prevent crash in app memory updater.
This commit is contained in:
@@ -836,6 +836,9 @@ public class InstalledAppDetails extends AppInfoBase
|
||||
|
||||
@Override
|
||||
protected ProcStatsPackageEntry doInBackground(Void... params) {
|
||||
if (getActivity() == null) {
|
||||
return null;
|
||||
}
|
||||
if (mPackageInfo == null) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user