mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 11:37:51 +02:00
Add cancel button to lock preference.
This commit is contained in:
@ -57,6 +57,7 @@ class LockPreference @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||||||
updateSummary()
|
updateSummary()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.negativeText("Cancel")
|
||||||
.autoDismiss(true)
|
.autoDismiss(true)
|
||||||
.cancelable(true)
|
.cancelable(true)
|
||||||
.canceledOnTouchOutside(true)
|
.canceledOnTouchOutside(true)
|
||||||
|
Reference in New Issue
Block a user