Updated on 2026-08-14
This commit is contained in:
parent
54f0be3e6c
commit
587a31520d
12 changed files with 274 additions and 53 deletions
|
|
@ -56,4 +56,8 @@ interface SettingsRepository {
|
|||
suspend fun setGooglePayAvailability(value: Boolean)
|
||||
|
||||
suspend fun isGooglePayAvailability(): Boolean
|
||||
|
||||
suspend fun isRootDetectedWarningShown(): Boolean
|
||||
|
||||
suspend fun setRootDetectedWarningShown(value: Boolean)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue