mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-28 03:39:55 +00:00
register OnSharedPreferenceChangeListener in LatinIME.onCreate
because it's unregistered in onDestroy (registering twice is not an issue) though maybe not unregistering would be more correct, as it's registered in app.onCreate? fixes GH-1670
This commit is contained in:
parent
c2068224a0
commit
53a899794e
1 changed files with 1 additions and 0 deletions
|
@ -626,6 +626,7 @@ public class LatinIME extends InputMethodService implements
|
|||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
mSettings.startListener();
|
||||
KeyboardIconsSet.Companion.getInstance().loadIcons(this);
|
||||
mRichImm = RichInputMethodManager.getInstance();
|
||||
AudioAndHapticFeedbackManager.init(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue