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

Commit fef7f671 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove an obsolete comment"

parents d941eeb2 fbb017ac
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -664,8 +664,6 @@ public final class InputMethodManager {
         */
        @Override
        public void setCurrentRootView(ViewRootImpl rootView) {
            // If the mCurRootView is losing window focus, release the strong reference to it
            // so as not to prevent it from being garbage-collected.
            if (mWindowFocusGainFuture != null) {
                mWindowFocusGainFuture.cancel(false /* mayInterruptIfRunning */);
                mWindowFocusGainFuture = null;