Prevent crash in app memory updater.
Bug: 22768769 Change-Id: I1eec14f5ffb46390aa6060babf86fc88ad76a16d
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