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

Commit 70b472da authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: Fix Settings force close many times during Monkey test"

parents 49d962da b8aa5510
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1063,7 +1063,7 @@ public class InstalledAppDetails extends Fragment
                mDataSize.setText(getSizeStr(dataSize));
                mDataSize.setText(getSizeStr(dataSize));
            }
            }
            long cacheSize = mAppEntry.cacheSize + mAppEntry.externalCacheSize;
            long cacheSize = mAppEntry.cacheSize + mAppEntry.externalCacheSize;
            if (mLastCacheSize != cacheSize) {
            if (mLastCacheSize != cacheSize && mCacheSize != null) {
                mLastCacheSize = cacheSize;
                mLastCacheSize = cacheSize;
                mCacheSize.setText(getSizeStr(cacheSize));
                mCacheSize.setText(getSizeStr(cacheSize));
            }
            }