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

main
Tadashi G. Takaoka 2011-07-02 05:24:15 -07:00 committed by Android (Google) Code Review
commit 17dc839503
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);
}