renaming some stuff

This commit is contained in:
tibbi 2022-10-14 23:47:52 +02:00
parent f240f4f695
commit 7f24e4d2a8
2 changed files with 13 additions and 12 deletions

View file

@ -15,7 +15,7 @@ import kotlinx.android.synthetic.main.schedule_message_dialog.view.*
import org.joda.time.DateTime
import java.util.*
class ScheduleSendDialog(
class ScheduleMessageDialog(
private val activity: BaseSimpleActivity,
private var dateTime: DateTime? = null,
private val callback: (dateTime: DateTime?) -> Unit