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

Commit 4edc7d07 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Disable candidate pane controller just after suggestions are set

Change-Id: I62e24bc39e80e2b51d1a29d093a96a8480254da2
parent f008ae9e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -371,6 +371,7 @@ public class CandidateView extends LinearLayout implements OnClickListener, OnLo
        if (suggestions == null)
            return;
        mSuggestions = suggestions;
        mExpandCandidatesPane.setEnabled(false);
        if (mShowingAutoCorrectionInverted) {
            mHandler.postUpdateSuggestions();
        } else {
@@ -428,6 +429,7 @@ public class CandidateView extends LinearLayout implements OnClickListener, OnLo
        } else {
            mCandidatesPaneControl.setVisibility(VISIBLE);
            mExpandCandidatesPane.setVisibility(VISIBLE);
            mExpandCandidatesPane.setEnabled(true);
        }

        final int countInStrip = params.mCountInStrip;