i forgor but now i rember

This commit is contained in:
MM20 2025-04-29 22:21:18 +02:00
parent a711b39b9c
commit 9e17686c5f
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -257,7 +257,7 @@ fun CurrentWeather(forecast: Forecast, imperialUnits: Boolean) {
).toBundle() ).toBundle()
) )
}, },
interactionSource = MutableInteractionSource(), interactionSource = remember { MutableInteractionSource() },
indication = LocalIndication.current, indication = LocalIndication.current,
) )
) { ) {