mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
Negative button nullable in KiwixDialog
This commit is contained in:
parent
fc4ba04544
commit
dde887e9b8
@ -7,7 +7,7 @@ sealed class KiwixDialog(
|
|||||||
val title: Int?,
|
val title: Int?,
|
||||||
val message: Int,
|
val message: Int,
|
||||||
val positiveMessage: Int,
|
val positiveMessage: Int,
|
||||||
val negativeMessage: Int
|
val negativeMessage: Int?
|
||||||
) {
|
) {
|
||||||
|
|
||||||
data class DeleteZim(override val args: Array<out Any>) : KiwixDialog(
|
data class DeleteZim(override val args: Array<out Any>) : KiwixDialog(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user