Compare commits
1 Commits
a941fc4fce
...
83294401dc
| Author | SHA1 | Date | |
|---|---|---|---|
| 83294401dc |
@@ -204,7 +204,7 @@ class MainActivity : AppCompatActivity() {
|
||||
|
||||
fun askBabyBottleContent(event: LunaEvent, showTime: Boolean, onPositive: () -> Unit) {
|
||||
val d = AlertDialog.Builder(this)
|
||||
val dialogView = layoutInflater.inflate(R.layout.dialog_edit_bottle, null)
|
||||
val dialogView = layoutInflater.inflate(R.layout.dialog_edit_volume, null)
|
||||
d.setTitle(R.string.log_bottle_dialog_title)
|
||||
d.setMessage(R.string.log_bottle_dialog_description)
|
||||
d.setView(dialogView)
|
||||
|
||||
Reference in New Issue
Block a user