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

Commit f824d9bd authored by Mihai Popa's avatar Mihai Popa Committed by Automerger Merge Worker
Browse files

Merge "Remove reduntant variable" am: 5241a207 am: 202dd721 am: 7bd1fc8b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1318280

Change-Id: I2edc4490358917aea0dc4061f4ba604898bb4208
parents b3f2cd87 7bd1fc8b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -140,8 +140,6 @@ public final class Magnifier {
    // Lock to synchronize between the UI thread and the thread that handles pixel copy results.
    // Only sync mWindow writes from UI thread with mWindow reads from sPixelCopyHandlerThread.
    private final Object mLock = new Object();
    // The lock used to synchronize the UI and render threads when a #dismiss is performed.
    private final Object mDestroyLock = new Object();

    // Members for new styled magnifier (Eloquent style).