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