Do the opposite (was it a bug 🤔)

This commit is contained in:
Benoit Marty
2024-02-20 10:53:57 +01:00
committed by Benoit Marty
parent 4a75e6a9a7
commit 6efb4869f3

View File

@@ -46,7 +46,7 @@ class DefaultIndicatorService @Inject constructor(
return remember {
derivedStateOf {
!canVerifySession && settingChatBackupIndicator.value
canVerifySession || settingChatBackupIndicator.value
}
}
}