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

Commit f84885ff authored by Andrew Scull's avatar Andrew Scull Committed by Android (Google) Code Review
Browse files

Merge "WebViewUpdater: make lock object final."

parents bb14173b 33bae888
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ class WebViewUpdater {
    // The WebView package currently in use (or the one we are preparing).
    private PackageInfo mCurrentWebViewPackage = null;

    private Object mLock = new Object();
    private final Object mLock = new Object();

    WebViewUpdater(Context context, SystemInterface systemInterface) {
        mContext = context;