Skip to content

Commit 9e17686

Browse files
committed
i forgor but now i rember
1 parent a711b39 commit 9e17686

File tree

1 file changed

+1
-1
lines changed
  • app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/weather

1 file changed

+1
-1
lines changed

app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/weather/WeatherWidget.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ fun CurrentWeather(forecast: Forecast, imperialUnits: Boolean) {
257257
).toBundle()
258258
)
259259
},
260-
interactionSource = MutableInteractionSource(),
260+
interactionSource = remember { MutableInteractionSource() },
261261
indication = LocalIndication.current,
262262
)
263263
) {

0 commit comments

Comments
 (0)