File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
app/src/main/kotlin/com/simplemobiletools/notes/pro/dialogs Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ import androidx.appcompat.app.AlertDialog
1111import com.simplemobiletools.commons.extensions.*
1212import com.simplemobiletools.notes.pro.R
1313import com.simplemobiletools.notes.pro.extensions.config
14- import kotlinx.android.synthetic.main.dialog_new_checklist_item.view.add_item
15- import kotlinx.android.synthetic.main.dialog_new_checklist_item.view.checklist_holder
16- import kotlinx.android.synthetic.main.dialog_new_checklist_item.view.dialog_holder
17- import kotlinx.android.synthetic.main.item_add_checklist.view.title_edit_text
14+ import kotlinx.android.synthetic.main.dialog_new_checklist_item.view.*
15+ import kotlinx.android.synthetic.main.item_add_checklist.view.*
1816
1917class NewChecklistItemDialog (val activity : Activity , callback : (titles: ArrayList <String >) -> Unit ) {
2018 private val titles = mutableListOf<EditText >()
You can’t perform that action at this time.
0 commit comments