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 e959ca0186
commit 42e990e472

View file

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