Merge "Ensure loading all apps once in ManageApplications" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
036d6744dd
@@ -1185,7 +1185,7 @@ public class ManageApplications extends InstrumentedFragment
|
||||
mSession.onResume();
|
||||
mLastSortMode = sort;
|
||||
if (mExtraInfoBridge != null) {
|
||||
mExtraInfoBridge.resume();
|
||||
mExtraInfoBridge.resume(false /* forceLoadAllApps */);
|
||||
}
|
||||
rebuild();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user