Merge "Fix private volume UI items incorrectly displayed for public volume" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
8f9c49bc8b
@@ -475,7 +475,10 @@ public class StorageItemPreferenceController extends AbstractPreferenceControlle
|
||||
updatePrivateStorageCategoryPreferencesOrder();
|
||||
mIsPreferenceOrderedBySize = true;
|
||||
}
|
||||
setPrivateStorageCategoryPreferencesVisibility(true);
|
||||
|
||||
if (isValidPrivateVolume()) {
|
||||
setPrivateStorageCategoryPreferencesVisibility(true);
|
||||
}
|
||||
}
|
||||
|
||||
private StorageCacheHelper.StorageCache getSizeInfo(
|
||||
|
||||
Reference in New Issue
Block a user