Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24f96c2c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents d3a7c754 80015203
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 */);
        }

        final long privateUsedBytes = mStorageInfo.totalBytes - mStorageInfo.freeBytes;
        mPreferenceController.setVolume(mSelectedStorageEntry.getVolumeInfo());