Skip to content

Commit 0e04566

Browse files
committed
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
2 parents ba8e9e6 + e050635 commit 0e04566

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/dialogs/NewChecklistItemDialog.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ import androidx.appcompat.app.AlertDialog
1111
import com.simplemobiletools.commons.extensions.*
1212
import com.simplemobiletools.notes.pro.R
1313
import 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

1917
class NewChecklistItemDialog(val activity: Activity, callback: (titles: ArrayList<String>) -> Unit) {
2018
private val titles = mutableListOf<EditText>()

0 commit comments

Comments
 (0)