mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 07:37:41 +00:00
do some inits on app create instead of in the services
This commit is contained in:
parent
0899245ae7
commit
35083e6515
8 changed files with 21 additions and 50 deletions
|
@ -570,9 +570,6 @@ public class LatinIME extends InputMethodService implements
|
|||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
Settings.init(this);
|
||||
DebugFlags.init(this);
|
||||
SubtypeSettings.INSTANCE.init(this);
|
||||
KeyboardIconsSet.Companion.getInstance().loadIcons(this);
|
||||
RichInputMethodManager.init(this);
|
||||
mRichImm = RichInputMethodManager.getInstance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue