Skip to content

Commit

Permalink
!?
Browse files Browse the repository at this point in the history
  • Loading branch information
cooltey committed Jan 30, 2025
1 parent e0b7a1a commit b31ca74
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ class OnThisDayGameFinalFragment : Fragment() {
super.onDestroyView()
}

override fun onDayClick(date: LocalDate) {
viewModel.resetCurrentDayState()
requireActivity().finish()
startActivity(OnThisDayGameActivity.newIntent(requireContext(), viewModel.invokeSource, viewModel.wikiSite, date))
}

private fun updateOnLoading() {
binding.errorView.isVisible = false
binding.scrollContainer.isVisible = false
Expand Down

0 comments on commit b31ca74

Please sign in to comment.