Migrate to emoji2

This commit is contained in:
Mygod
2021-10-30 00:17:22 -04:00
parent c4b3362ee0
commit b866b6b707
7 changed files with 9 additions and 17 deletions

View File

@@ -99,7 +99,7 @@ class BootReceiver : BroadcastReceiver() {
started = true
}
fun startIfEnabled() {
if (started && userEnabled) startIfNecessary()
if (!started && userEnabled) startIfNecessary()
}
}