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

Commit a72bc187 authored by Dirk Sigurdson's avatar Dirk Sigurdson
Browse files

fixing a compile time error due to merge

parent b95e7157
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ public final class AssetManager {
    }

    /*package*/ final void recreateStringBlocks() {
        synchronized (mSync) {
        synchronized (this) {
            makeStringBlocks(true);
        }
    }