Skip to content

Commit 7dcc317

Browse files
committed
fix: dismiss current toast
1 parent 436ae0b commit 7dcc317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/ui/shared/toast/ToastQueueManager.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ class ToastQueueManager(private val scope: CoroutineScope) {
4949
}
5050
newQueue
5151
}
52-
// If no toast is currently displayed, show this one immediately
53-
showNextToastIfAvailable()
52+
53+
dismissCurrentToast()
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)