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:
aAbed 2024-07-20 21:41:11 +05:45 committed by GitHub
parent 016fbecdf0
commit 189b90126c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {