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

Commit 557f4347 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove a dependency on IMMS#getCurrentImeUserIdLocked()" into main

parents e00c7d22 887439b7
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -79,10 +79,8 @@ public class InputMethodBindingControllerTest extends InputMethodManagerServiceT
        // from system.
        synchronized (ImfLock.class) {
            mBindingController =
                    new InputMethodBindingController(
                            mInputMethodManagerService.getCurrentImeUserIdLocked(),
                            mInputMethodManagerService, mImeConnectionBindFlags,
                            mCountDownLatch);
                    new InputMethodBindingController(mUserId, mInputMethodManagerService,
                            mImeConnectionBindFlags, mCountDownLatch);
        }
    }