Skip to content

Commit

Permalink
Merge pull request #62 from KoalaSat/v0.1.2-alpha
Browse files Browse the repository at this point in the history
Fix start button
  • Loading branch information
KoalaSat authored Dec 5, 2024
2 parents ab02c83 + f20ef59 commit 72c5290
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class HomeFragment : Fragment() {

homeViewModel.accountList.observeForever { value ->
if (binding != null) {
binding.serviceStart.isEnabled = value?.isNotEmpty() == true
if (binding.accountList.size > 1) {
binding.accountList.removeViews(0, binding.accountList.size - 1)
}
Expand Down

0 comments on commit 72c5290

Please sign in to comment.