Fix crash on view create
This commit is contained in:
parent
f486fbbde5
commit
81d3bd65bb
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ public class TraditionalT9 extends InputMethodService implements
|
|||
*/
|
||||
@Override
|
||||
public View onCreateInputView() {
|
||||
updateKeyMode();
|
||||
//updateKeyMode();
|
||||
View v = getLayoutInflater().inflate(R.layout.mainview, null);
|
||||
interfacehandler.changeView(v);
|
||||
if (mKeyMode == MODE_LANG) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue