Invoke onTick immediately in onResume.

This commit is contained in:
Alex Hart
2021-06-21 14:33:23 -03:00
committed by Cody Henthorne
parent b3041ab6e0
commit b93568d9c6
2 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ class ConversationUpdateTick(
isResumed = true
handler.removeCallbacksAndMessages(null)
handler.postDelayed(this::onTick, TIMEOUT)
onTick()
}
override fun onPause(owner: LifecycleOwner) {