Merge remote-tracking branch 'goog/master' into merge
This commit is contained in:
commit
387293ddf5
1 changed files with 2 additions and 1 deletions
|
@ -514,6 +514,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
|||
super.setInputView(view);
|
||||
mCandidateViewContainer = view.findViewById(R.id.candidates_container);
|
||||
mCandidateView = (CandidateView) view.findViewById(R.id.candidates);
|
||||
if (mCandidateView != null)
|
||||
mCandidateView.setListener(this, view);
|
||||
mCandidateStripHeight = (int)mResources.getDimension(R.dimen.candidate_strip_height);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue