mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-30 11:03:17 +02:00
Fixes a bug on clicking the user profile but loading the wrong one
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user