Merge "[ALPSxxxxxxxx] Storage view is white and cannot show any info"

This commit is contained in:
Treehugger Robot
2022-05-30 03:01:23 +00:00
committed by Gerrit Code Review

View File

@@ -361,9 +361,7 @@ public class StorageDashboardFragment extends DashboardFragment
return;
}
if (getView().findViewById(R.id.loading_container).getVisibility() == View.VISIBLE) {
setLoading(false /* loading */, true /* animate */);
}
setLoading(false /* loading */, true /* animate */);
final long privateUsedBytes = mStorageInfo.totalBytes - mStorageInfo.freeBytes;
mPreferenceController.setVolume(mSelectedStorageEntry.getVolumeInfo());