Fix fab state when service is stopped

This commit is contained in:
iKirby
2024-11-27 10:40:17 +08:00
committed by GitHub
parent ea460ea5d1
commit c2f2b977a2

View File

@@ -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 -> {