You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SoftKeyboard.java file are there in project edit this file as per i edit and after working perfect
issue is that "db" are not initialize so db object are not getting when you press space key object ( if (mPredictionOn) db = new DatabaseManager(this);) here are this line to initialize "db" object but this condition are never true in application so application are crash when user press space key i have doing solution above condition
Issue with Cursor position after typing in-between existing text and pressing Space Key
The text was updated successfully, but these errors were encountered: