mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
Checklists refactoring
This commit is contained in:
@ -29,7 +29,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
|
||||
|
||||
lateinit var view: ViewGroup
|
||||
|
||||
var items = ArrayList<ChecklistItem>()
|
||||
var items = mutableListOf<ChecklistItem>()
|
||||
|
||||
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
|
||||
view = inflater.inflate(R.layout.fragment_checklist, container, false) as ViewGroup
|
||||
|
Reference in New Issue
Block a user