mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-28 10:37:47 +00:00
always show your chat profiles in desktop
This commit is contained in:
+8
-1
@@ -3,7 +3,9 @@ package chat.simplex.common.views.chatlist
|
||||
import androidx.compose.runtime.Composable
|
||||
import chat.simplex.common.model.User
|
||||
import chat.simplex.common.model.UserInfo
|
||||
|
||||
import chat.simplex.res.MR
|
||||
import dev.icerock.moko.resources.compose.painterResource
|
||||
import dev.icerock.moko.resources.compose.stringResource
|
||||
|
||||
@Composable
|
||||
actual fun UserPickerInactiveUsersSection(
|
||||
@@ -12,4 +14,9 @@ actual fun UserPickerInactiveUsersSection(
|
||||
onShowAllProfilesClicked: () -> Unit,
|
||||
onUserClicked: (user: User) -> Unit,
|
||||
) {
|
||||
UserPickerOptionRow(
|
||||
painterResource(MR.images.ic_manage_accounts),
|
||||
stringResource(MR.strings.your_chat_profiles),
|
||||
onShowAllProfilesClicked
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user