chore: remove xmas background from glance widget

This commit is contained in:
Kingkor Roy Tirtho 2025-01-19 19:59:42 +06:00
parent 6c005592e3
commit e470f50e81

View File

@ -120,16 +120,6 @@ class HomePlayerWidget : GlanceAppWidget() {
} }
, ,
) { ) {
Image(
provider = FlutterAssetImageProvider(
context,
"assets/backgrounds/xmas-effect.png"
),
contentDescription = "Background",
modifier = GlanceModifier
.fillMaxSize(),
contentScale = ContentScale.Crop
)
Box( Box(
modifier = GlanceModifier modifier = GlanceModifier
.background( .background(