mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-30 06:24:28 +02:00
fix: missing .show() call
This commit is contained in:
parent
94e2f44131
commit
de99f4c162
@ -32,7 +32,7 @@ fun FloatingActionButton(
|
|||||||
icon = icon,
|
icon = icon,
|
||||||
onClick = {
|
onClick = {
|
||||||
if (!enabled) {
|
if (!enabled) {
|
||||||
Toast.makeText(context, "Please select an application.", Toast.LENGTH_SHORT)
|
Toast.makeText(context, "Please select an application.", Toast.LENGTH_SHORT).show()
|
||||||
}
|
}
|
||||||
if (enabled) onClick()
|
if (enabled) onClick()
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user