Fix missing suggestions after "Touch again to save"

This is an amendment to If848320c

bug: 5000317
Change-Id: I7eed5759c6adc0538c51f540c84a597919e792fa
This commit is contained in:
Ken Wakasa 2011-07-07 17:56:41 +09:00
parent c810b0d63a
commit 1bd62a5621

View file

@ -703,6 +703,7 @@ public class CandidateView extends LinearLayout implements OnClickListener, OnLo
mShowingAddToDictionary = false;
mShowingAutoCorrectionInverted = false;
mTouchToSave.setVisibility(GONE);
mCandidatesStrip.setVisibility(VISIBLE);
mCandidatesStrip.removeAllViews();
mCandidatesPane.removeAllViews();
closeCandidatesPane();