mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-11 21:39:26 +02:00
Fixes a bug on clicking the user profile but loading the wrong one
This commit is contained in:
parent
97d0cf56a7
commit
edb834db38
@ -152,7 +152,7 @@ fun ClickableUserPicture(
|
||||
) {
|
||||
// BaseUser is the same reference as accountState.user
|
||||
val myModifier =
|
||||
remember {
|
||||
remember(baseUser) {
|
||||
if (onClick != null && onLongClick != null) {
|
||||
Modifier
|
||||
.size(size)
|
||||
|
Loading…
x
Reference in New Issue
Block a user