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

Commit 11a578f4 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Disable suggestion bar before invoke Voice input

Bug: 3002817
Change-Id: I099dd63e58d5159a609c1d934dbb6f5aab914305
parent 8ff96805
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1567,7 +1567,9 @@ public class LatinIME extends InputMethodService
              if (mKeyboardSwitcher.getInputView() != null) {
                setInputView(mKeyboardSwitcher.getInputView());
              }
              setCandidatesViewShown(true);
              updateInputViewShown();
              postUpdateSuggestions();
          }});
    }

@@ -1575,6 +1577,7 @@ public class LatinIME extends InputMethodService
        final boolean configChanged = mConfigurationChanging;
        mHandler.post(new Runnable() {
            public void run() {
                setCandidatesViewShown(false);
                mRecognizing = true;
                View v = mVoiceInput.getView();
                ViewParent p = v.getParent();