mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 07:34:16 +00:00
Merge branch 'stable'
This commit is contained in:
+3
-2
@@ -146,9 +146,10 @@ fun ComposeContextProfilePickerView(
|
||||
) {
|
||||
ProfileImage(size = USER_ROW_AVATAR_SIZE, image = user.image)
|
||||
TextIconSpaced(false)
|
||||
Text(
|
||||
NameWithBadge(
|
||||
user.chatViewName,
|
||||
modifier = Modifier.align(Alignment.CenterVertically),
|
||||
user.profile.localBadge,
|
||||
Modifier.align(Alignment.CenterVertically),
|
||||
fontWeight = if (selectedUser.value.userId == user.userId && !incognitoDefault) FontWeight.Medium else FontWeight.Normal
|
||||
)
|
||||
|
||||
|
||||
@@ -24,13 +24,13 @@ android.nonTransitiveRClass=true
|
||||
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||
kotlin.jvm.target=11
|
||||
|
||||
android.version_name=6.5.4
|
||||
android.version_code=353
|
||||
android.version_name=6.5.5
|
||||
android.version_code=355
|
||||
|
||||
android.bundle=false
|
||||
|
||||
desktop.version_name=6.5.4
|
||||
desktop.version_code=145
|
||||
desktop.version_name=6.5.5
|
||||
desktop.version_code=146
|
||||
|
||||
kotlin.version=2.1.20
|
||||
gradle.plugin.version=8.7.0
|
||||
|
||||
Reference in New Issue
Block a user