Skip to content

Commit

Permalink
fix: timing sync (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshang2017 authored Aug 13, 2024
1 parent 32a006f commit 5776370
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ open class TrimeInputMethodService : LifecycleInputMethodService() {
// and lead to a crash loop
Timber.d("onCreate")
ColorManager.addOnChangedListener(onColorChangeListener)
mIntentReceiver =
IntentReceiver().also {
it.registerReceiver(this)
}
postRimeJob {
Timber.d("Running Trime.onCreate")
ColorManager.init(resources.configuration)
Expand Down

0 comments on commit 5776370

Please sign in to comment.