Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Apr 4, 2024
1 parent ed6fa43 commit e7b8fad
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class AnswersCounterFragment : Fragment(R.layout.fragment_answers_counter) {
private val viewModel by viewModel<AnswersCounterViewModel>()
private val answersCounterView get() = view as AnswersCounterView

/* --------------------------------------- Lifecycle ---------------------------------------- */

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

Expand Down

0 comments on commit e7b8fad

Please sign in to comment.