mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 05:03:28 +00:00
Invoke onTick immediately in onResume.
This commit is contained in:
committed by
Cody Henthorne
parent
b3041ab6e0
commit
b93568d9c6
@@ -22,7 +22,7 @@ class ConversationUpdateTick(
|
||||
isResumed = true
|
||||
|
||||
handler.removeCallbacksAndMessages(null)
|
||||
handler.postDelayed(this::onTick, TIMEOUT)
|
||||
onTick()
|
||||
}
|
||||
|
||||
override fun onPause(owner: LifecycleOwner) {
|
||||
|
||||
Reference in New Issue
Block a user