forked from extern/Unexpected-Keyboard
Update autocapitalisation on Enter
This commit is contained in:
parent
231c08eb97
commit
c886a89b11
@ -74,6 +74,9 @@ public final class Autocapitalisation
|
|||||||
if (_cursor > 0) _cursor--;
|
if (_cursor > 0) _cursor--;
|
||||||
_should_update_caps_mode = true;
|
_should_update_caps_mode = true;
|
||||||
break;
|
break;
|
||||||
|
case KeyEvent.KEYCODE_ENTER:
|
||||||
|
_should_update_caps_mode = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
callback(true);
|
callback(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user