Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Jun 9, 2024
1 parent 17963e9 commit 5d9f06a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ class ToDoFragment : Fragment() {

val toDoBottomSheet = ToDoBottomSheet()
toDoBottomSheet.show(parentFragmentManager, ToDoBottomSheet.TAG)

startActivity(Intent(ToDoApp.context, CrashActivity::class.java))
}

binding.addItem.setOnLongClickListener {
Expand Down

0 comments on commit 5d9f06a

Please sign in to comment.