mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
SES-2437 - fix broken path animation (#1627)
This commit is contained in:
parent
2a438ac24d
commit
6701cb1dc1
@ -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…
Reference in New Issue
Block a user