mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore: remove xmas background from glance widget
This commit is contained in:
parent
6c005592e3
commit
e470f50e81
@ -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(
|
||||
modifier = GlanceModifier
|
||||
.background(
|
||||
|
Loading…
Reference in New Issue
Block a user