Skip to content

Commit

Permalink
#162 / 타이머 나가기 시 startActivity 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
l2zh committed Dec 10, 2023
1 parent 59525f1 commit c3cf188
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class TimerDialogFragment :
}
btnRight.setOnSingleClickListener {
activity?.finish()
val intent = Intent(requireContext(), MissionRecordActivity::class.java)
startActivity(intent)
}
}
}
Expand Down

0 comments on commit c3cf188

Please sign in to comment.