mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-27 08:40:54 +02:00
Fixes issue with cache of disappearing User Zaps in Notifications
This commit is contained in:
parent
9acad8b3f5
commit
05e9a1ac3f
@ -311,7 +311,7 @@ fun MapZaps(
|
||||
mutableStateOf<ImmutableList<ZapAmountCommentNotification>>(persistentListOf())
|
||||
}
|
||||
|
||||
LaunchedEffect(key1 = Unit) {
|
||||
LaunchedEffect(key1 = zaps) {
|
||||
accountViewModel.decryptAmountMessageInGroup(zaps) {
|
||||
zapEvents = it
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user