Skip to content

Commit

Permalink
fix checkup loading
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Jan 8, 2024
1 parent b9fd6f1 commit 924e291
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ class CheckupFragment : Fragment() {
}

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
updateData()

binding.gotoDND.setOnClickListener {
startActivity(Intent("android.settings.ZEN_MODE_SETTINGS"))
}

updateData()

binding.contactsShowButton.setOnClickListener {
binding.contactsListView.visibility = View.VISIBLE
binding.contactsShowButton.visibility = View.GONE
Expand Down

0 comments on commit 924e291

Please sign in to comment.