Fix location search dialog item width
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user