mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
fix background color for contacts activity
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
6e5f830fc5
commit
f76634511c
@ -132,7 +132,10 @@ class ContactsActivityCompose : BaseActivity() {
|
||||
)
|
||||
},
|
||||
content = {
|
||||
Column(Modifier.padding(it)) {
|
||||
Column(
|
||||
Modifier.padding(it)
|
||||
.background(colorResource(id = R.color.bg_default))
|
||||
) {
|
||||
ConversationCreationOptions(context = context, contactsViewModel = contactsViewModel)
|
||||
ContactsList(
|
||||
contactsUiState = uiState.value,
|
||||
|
Loading…
Reference in New Issue
Block a user