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

Commit dd8c10b8 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Clear mWindowAdded when window was not added. DO NOT MERGE" into jb-mr2-dev

parents 9f3d5505 f403b1fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -427,6 +427,7 @@ public class InputMethodService extends AbstractInputMethodService {
                } catch (BadTokenException e) {
                    if (DEBUG) Log.v(TAG, "BadTokenException: IME is done.");
                    mWindowVisible = false;
                    mWindowAdded = false;
                }
            }
            // If user uses hard keyboard, IME button should always be shown.