mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-24 20:40:09 +01:00
Merge remote-tracking branch 'origin/feat/add-multiple-checkitems' into feat/add-multiple-checkitems
# Conflicts: # app/src/main/kotlin/com/simplemobiletools/notes/pro/dialogs/NewChecklistItemDialog.kt
This commit is contained in:
commit
0e04566985
@ -11,10 +11,8 @@ import androidx.appcompat.app.AlertDialog
|
||||
import com.simplemobiletools.commons.extensions.*
|
||||
import com.simplemobiletools.notes.pro.R
|
||||
import com.simplemobiletools.notes.pro.extensions.config
|
||||
import kotlinx.android.synthetic.main.dialog_new_checklist_item.view.add_item
|
||||
import kotlinx.android.synthetic.main.dialog_new_checklist_item.view.checklist_holder
|
||||
import kotlinx.android.synthetic.main.dialog_new_checklist_item.view.dialog_holder
|
||||
import kotlinx.android.synthetic.main.item_add_checklist.view.title_edit_text
|
||||
import kotlinx.android.synthetic.main.dialog_new_checklist_item.view.*
|
||||
import kotlinx.android.synthetic.main.item_add_checklist.view.*
|
||||
|
||||
class NewChecklistItemDialog(val activity: Activity, callback: (titles: ArrayList<String>) -> Unit) {
|
||||
private val titles = mutableListOf<EditText>()
|
||||
|
Loading…
x
Reference in New Issue
Block a user