Do the opposite (was it a bug 🤔)
This commit is contained in:
parent
4a75e6a9a7
commit
6efb4869f3
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class DefaultIndicatorService @Inject constructor(
|
||||||
|
|
||||||
return remember {
|
return remember {
|
||||||
derivedStateOf {
|
derivedStateOf {
|
||||||
!canVerifySession && settingChatBackupIndicator.value
|
canVerifySession || settingChatBackupIndicator.value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue