Compare commits

..

No commits in common. "4d1a182b47ea49f3e93b38ade515d79c43902665" and "b6724fc04c59ddf620908fe6bb0dbd4e702d34dc" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -250,7 +250,7 @@ fun WeatherInfo(modifier: Modifier = Modifier) {
),
) {
Text(
text = "Grant Permission",
text = "Grand Permission",
fontWeight = breezeFontWeight,
)
}

View File

@ -172,11 +172,9 @@ fun ConfiguredLocationDay(dayName: String = "day", index: Int, ctx: Context) {
}
LaunchedEffect(plz) {
if (plz.length == 4) {
isLoadingSet = true
setPLZ(index, plz, ctx)
isLoadingSet = false
}
isLoadingSet = true
setPLZ(index, plz, ctx)
isLoadingSet = false
}
if (isLoadingSet || isLoadingGet) {