mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix missing setService call for CandaiteView
This bug has been introduced by I95f379b9. Bug: 4486388 Change-Id: I23fd3abe05946d4709b4593efa4713cd19723479
This commit is contained in:
parent
0aa0133795
commit
3e17686c68
@ -484,6 +484,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
|||||||
final View inputView = mKeyboardSwitcher.onCreateInputView();
|
final View inputView = mKeyboardSwitcher.onCreateInputView();
|
||||||
mCandidateViewContainer = inputView.findViewById(R.id.candidates_container);
|
mCandidateViewContainer = inputView.findViewById(R.id.candidates_container);
|
||||||
mCandidateView = (CandidateView) inputView.findViewById(R.id.candidates);
|
mCandidateView = (CandidateView) inputView.findViewById(R.id.candidates);
|
||||||
|
mCandidateView.setService(this);
|
||||||
mCandidateStripHeight = (int)mResources.getDimension(R.dimen.candidate_strip_height);
|
mCandidateStripHeight = (int)mResources.getDimension(R.dimen.candidate_strip_height);
|
||||||
return inputView;
|
return inputView;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user