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?.cancel()
job = GlobalScope.launch { job = GlobalScope.launch {
withContext(Dispatchers.Main) { withContext(Dispatchers.Main) {
while (isActive) {
delay(dotAnimationStartDelay) delay(dotAnimationStartDelay)
while (isActive) {
expand() expand()
delay(EXPAND_ANIM_DELAY_MILLS) delay(EXPAND_ANIM_DELAY_MILLS)
collapse() collapse()

Loading…
Cancel
Save