mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-21 11:28:56 -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 message: Int,
|
||||
val positiveMessage: Int,
|
||||
val negativeMessage: Int
|
||||
val negativeMessage: Int?
|
||||
) {
|
||||
|
||||
data class DeleteZim(override val args: Array<out Any>) : KiwixDialog(
|
||||
|
Loading…
x
Reference in New Issue
Block a user