We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436ae0b commit 7dcc317Copy full SHA for 7dcc317
app/src/main/java/to/bitkit/ui/shared/toast/ToastQueueManager.kt
@@ -49,8 +49,8 @@ class ToastQueueManager(private val scope: CoroutineScope) {
49
}
50
newQueue
51
52
- // If no toast is currently displayed, show this one immediately
53
- showNextToastIfAvailable()
+
+ dismissCurrentToast()
54
55
56
/**
0 commit comments