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?.cancel()
|
||||||
job = GlobalScope.launch {
|
job = GlobalScope.launch {
|
||||||
withContext(Dispatchers.Main) {
|
withContext(Dispatchers.Main) {
|
||||||
|
delay(dotAnimationStartDelay)
|
||||||
while (isActive) {
|
while (isActive) {
|
||||||
delay(dotAnimationStartDelay)
|
|
||||||
expand()
|
expand()
|
||||||
delay(EXPAND_ANIM_DELAY_MILLS)
|
delay(EXPAND_ANIM_DELAY_MILLS)
|
||||||
collapse()
|
collapse()
|
||||||
|
Loading…
Reference in New Issue
Block a user