mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 02:55:23 +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?.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