mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55: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(
|
Box(
|
||||||
modifier = GlanceModifier
|
modifier = GlanceModifier
|
||||||
.background(
|
.background(
|
||||||
|
Loading…
Reference in New Issue
Block a user