mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 10:05:15 +00:00
SES-2437 - fix broken path animation
This commit is contained in:
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…
Reference in New Issue
Block a user