mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
Update app/src/main/java/app/revanced/manager/ui/component/settings/SafeguardBooleanItem.kt
Co-authored-by: Ax333l <main@axelen.xyz>
This commit is contained in:
parent
016fbecdf0
commit
189b90126c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ fun SafeguardBooleanItem(
|
|||
coroutineScope: CoroutineScope = rememberCoroutineScope(),
|
||||
@StringRes headline: Int,
|
||||
@StringRes description: Int,
|
||||
@StringRes confirmationText: Int = 0
|
||||
@StringRes confirmationText: Int
|
||||
) {
|
||||
val value by preference.getAsState()
|
||||
var showSafeguardWarning by rememberSaveable {
|
||||
|
|
Loading…
Reference in a new issue