This commit is contained in:
Super12138 2024-06-09 16:31:15 +08:00
parent 17963e9f40
commit 5d9f06a22c

View file

@ -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 {