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

Commit cda10d0e authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
Browse files

Merge "synchronize updateStringCache on mAccessLock" into cm-11.0

parents 87e7e16c ddea9508
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2087,7 +2087,7 @@ public class Resources {

    /** @hide */
    public final void updateStringCache() {
        synchronized (mTmpValue) {
        synchronized (mAccessLock) {
            mAssets.recreateStringBlocks();
        }
    }