Fix typo
This commit is contained in:
parent
17963e9f40
commit
5d9f06a22c
1 changed files with 0 additions and 2 deletions
|
|
@ -73,8 +73,6 @@ class ToDoFragment : Fragment() {
|
||||||
|
|
||||||
val toDoBottomSheet = ToDoBottomSheet()
|
val toDoBottomSheet = ToDoBottomSheet()
|
||||||
toDoBottomSheet.show(parentFragmentManager, ToDoBottomSheet.TAG)
|
toDoBottomSheet.show(parentFragmentManager, ToDoBottomSheet.TAG)
|
||||||
|
|
||||||
startActivity(Intent(ToDoApp.context, CrashActivity::class.java))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
binding.addItem.setOnLongClickListener {
|
binding.addItem.setOnLongClickListener {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue