mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2332 Settings | Fix | Fix items order
This commit is contained in:
parent
38bf41b795
commit
4c875e8838
1 changed files with 6 additions and 6 deletions
|
@ -141,9 +141,9 @@ fun ProfileSettingsScreen(
|
|||
}
|
||||
item {
|
||||
Option(
|
||||
image = R.drawable.ic_about,
|
||||
text = stringResource(R.string.about),
|
||||
onClick = onAboutClicked
|
||||
image = R.drawable.ic_settings_spaces,
|
||||
text = stringResource(R.string.multiplayer_spaces),
|
||||
onClick = onSpacesClicked
|
||||
)
|
||||
}
|
||||
item {
|
||||
|
@ -151,9 +151,9 @@ fun ProfileSettingsScreen(
|
|||
}
|
||||
item {
|
||||
Option(
|
||||
image = R.drawable.ic_settings_spaces,
|
||||
text = stringResource(R.string.multiplayer_spaces),
|
||||
onClick = onSpacesClicked
|
||||
image = R.drawable.ic_about,
|
||||
text = stringResource(R.string.about),
|
||||
onClick = onAboutClicked
|
||||
)
|
||||
}
|
||||
item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue