SES-2437 - fix broken path animation

This commit is contained in:
ThomasSession 2024-08-19 14:37:06 +10:00
parent 80933938e1
commit 201e5c1763

View File

@ -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()