SES-2437 - fix broken path animation

fix/path-animation
ThomasSession 8 months ago
parent 80933938e1
commit 201e5c1763

@ -264,8 +264,8 @@ class PathActivity : PassphraseRequiredActionBarActivity() {
job?.cancel()
job = GlobalScope.launch {
withContext(Dispatchers.Main) {
delay(dotAnimationStartDelay)
while (isActive) {
delay(dotAnimationStartDelay)
expand()
delay(EXPAND_ANIM_DELAY_MILLS)
collapse()

Loading…
Cancel
Save