Merge "Ensure loading all apps once in ManageApplications" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-05-09 08:09:46 +00:00
committed by Android (Google) Code Review
6 changed files with 19 additions and 8 deletions

View File

@@ -1185,7 +1185,7 @@ public class ManageApplications extends InstrumentedFragment
mSession.onResume();
mLastSortMode = sort;
if (mExtraInfoBridge != null) {
mExtraInfoBridge.resume();
mExtraInfoBridge.resume(false /* forceLoadAllApps */);
}
rebuild();
} else {