Skip to content
Snippets Groups Projects
Commit 5a931efe authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

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

Bug: 4985540
Change-Id: I9ca9e9bd990d9cdae0da22625be88bbfa4c7ee62
parent e984fb55
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment