Compare commits
	
		
			No commits in common. "4d1a182b47ea49f3e93b38ade515d79c43902665" and "b6724fc04c59ddf620908fe6bb0dbd4e702d34dc" have entirely different histories.
		
	
	
		
			4d1a182b47
			...
			b6724fc04c
		
	
		|  | @ -250,7 +250,7 @@ fun WeatherInfo(modifier: Modifier = Modifier) { | |||
|                 ), | ||||
|             ) { | ||||
|                 Text( | ||||
|                     text = "Grant Permission", | ||||
|                     text = "Grand Permission", | ||||
|                     fontWeight = breezeFontWeight, | ||||
|                 ) | ||||
|             } | ||||
|  |  | |||
|  | @ -172,12 +172,10 @@ fun ConfiguredLocationDay(dayName: String = "day", index: Int, ctx: Context) { | |||
|     } | ||||
| 
 | ||||
|     LaunchedEffect(plz) { | ||||
|         if (plz.length == 4) { | ||||
|         isLoadingSet = true | ||||
|         setPLZ(index, plz, ctx) | ||||
|         isLoadingSet = false | ||||
|     } | ||||
|     } | ||||
| 
 | ||||
|     if (isLoadingSet || isLoadingGet) { | ||||
|         CircularProgressIndicator() | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue