mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 03:47:38 +03:00
Fix fab state when service is stopped
This commit is contained in:
parent
ea460ea5d1
commit
c2f2b977a2
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ class DashboardFragment : Fragment(R.layout.fragment_dashboard) {
|
|||
disablePager()
|
||||
binding.fab.setImageResource(R.drawable.ic_play_arrow_24)
|
||||
binding.fab.show()
|
||||
binding.fab.isEnabled = true
|
||||
}
|
||||
|
||||
Status.Starting -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue