mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
fix lint warnings
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
b576c3fe20
commit
c34260786a
@ -45,7 +45,7 @@ fun ContactsItem(contacts: List<AutocompleteUser>, contactsViewModel: ContactsVi
|
|||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth(),
|
.fillMaxWidth(),
|
||||||
contentPadding = PaddingValues(
|
contentPadding = PaddingValues(
|
||||||
top = 10.dp,
|
top = 10.dp,
|
||||||
bottom = 40.dp,
|
bottom = 40.dp,
|
||||||
start = 10.dp,
|
start = 10.dp,
|
||||||
end = 10.dp
|
end = 10.dp
|
||||||
|
Loading…
Reference in New Issue
Block a user