Set candidates pane control visibility gone when touch-to-save is activated

Bug: 4985540
Change-Id: I9ca9e9bd990d9cdae0da22625be88bbfa4c7ee62
main
Tadashi G. Takaoka 2011-07-02 01:59:49 +09:00
parent e984fb55b1
commit 5a931efe1e
1 changed files with 1 additions and 0 deletions

View File

@ -672,6 +672,7 @@ public class CandidateView extends LinearLayout implements OnClickListener, OnLo
mWordToSave.setText(word);
mShowingAddToDictionary = true;
mCandidatesStrip.setVisibility(GONE);
mCandidatesPaneControl.setVisibility(GONE);
mTouchToSave.setVisibility(VISIBLE);
}