Compare commits
2 Commits
b6724fc04c
...
4d1a182b47
Author | SHA1 | Date |
---|---|---|
|
4d1a182b47 | |
|
a0a8b6783e |
|
@ -250,7 +250,7 @@ fun WeatherInfo(modifier: Modifier = Modifier) {
|
||||||
),
|
),
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
text = "Grand Permission",
|
text = "Grant Permission",
|
||||||
fontWeight = breezeFontWeight,
|
fontWeight = breezeFontWeight,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -172,9 +172,11 @@ fun ConfiguredLocationDay(dayName: String = "day", index: Int, ctx: Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
LaunchedEffect(plz) {
|
LaunchedEffect(plz) {
|
||||||
isLoadingSet = true
|
if (plz.length == 4) {
|
||||||
setPLZ(index, plz, ctx)
|
isLoadingSet = true
|
||||||
isLoadingSet = false
|
setPLZ(index, plz, ctx)
|
||||||
|
isLoadingSet = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLoadingSet || isLoadingGet) {
|
if (isLoadingSet || isLoadingGet) {
|
||||||
|
|
Loading…
Reference in New Issue