Fix location search dialog item width
This commit is contained in:
parent
61c77a137d
commit
3e3e699fca
@ -85,6 +85,7 @@ fun WeatherLocationSearchDialog(
|
||||
Text(
|
||||
text = it.name,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.clickable {
|
||||
viewModel.setLocation(it)
|
||||
onDismissRequest()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user