Merge "Remove an obsolete comment"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fef7f67173
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user