SES-2437 - fix broken path animation (#1627)

This commit is contained in:
ThomasSession 2024-08-19 15:44:18 +10:00 committed by GitHub
parent 2a438ac24d
commit 6701cb1dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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