mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
remove comments
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
fda055ee52
commit
074297ca42
@ -355,7 +355,6 @@ class ConversationInfoActivity :
|
||||
reconfigureLobbyTimerView()
|
||||
|
||||
binding.webinarInfoView.startTimeButton.setOnClickListener {
|
||||
// First, show the calendar dialog
|
||||
MaterialDialog(this, BottomSheet(WRAP_CONTENT)).show {
|
||||
val currentTimeCalendar = Calendar.getInstance()
|
||||
if (conversation!!.lobbyTimer != 0L) {
|
||||
@ -363,7 +362,6 @@ class ConversationInfoActivity :
|
||||
}
|
||||
|
||||
datePicker { _, date ->
|
||||
// After selecting the date, now show the time picker
|
||||
showTimePicker(date)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user