Merge "Fix incorrect storage size in Storage Settings" into sc-dev am: 68caefba32

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15175229

Change-Id: I522dcf99202b6ab757c930477c92d3068187d4df
This commit is contained in:
Arc Wang
2021-07-02 10:23:08 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 9 deletions

View File

@@ -386,8 +386,6 @@ public class StorageItemPreferenceController extends AbstractPreferenceControlle
+ otherData.documentsAndOtherSize
+ otherData.trashSize
+ otherData.allAppsExceptGamesSize;
attributedSize += otherData.externalStats.totalBytes
- otherData.externalStats.appBytes;
attributedSize -= otherData.duplicateCodeSize;
}