mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-27 06:27:46 +10:00
56 lines
1.9 KiB
Diff
56 lines
1.9 KiB
Diff
--- a/com/tidal/android/feature/appscaffold/ui/composable/i.smali
|
|
+++ b/com/tidal/android/feature/appscaffold/ui/composable/i.smali
|
|
@@ -2334,6 +2334,12 @@
|
|
|
|
move-result-wide v3
|
|
|
|
+ const/4 v5, 0x0
|
|
+
|
|
+ invoke-static {v3, v4, v7, v5}, Lradiant/MiniPlayerBackground;->color(JLandroidx/compose/runtime/Composer;I)J # dynamic bg or fallback
|
|
+
|
|
+ move-result-wide v3
|
|
+
|
|
.line 150
|
|
sget-object v5, Lcom/tidal/android/feature/appscaffold/ui/composable/a;->c:Landroidx/compose/foundation/shape/RoundedCornerShape;
|
|
|
|
--- a/com/tidal/android/feature/playerscreen/ui/PlayerViewModel.smali
|
|
+++ b/com/tidal/android/feature/playerscreen/ui/PlayerViewModel.smali
|
|
@@ -1146,6 +1146,10 @@
|
|
|
|
iput-object v1, v0, Lcom/tidal/android/feature/playerscreen/ui/PlayerViewModel;->W:Lkotlinx/coroutines/flow/StateFlow;
|
|
|
|
+ iget-object v1, v0, Lcom/tidal/android/feature/playerscreen/ui/PlayerViewModel;->Q:Lkotlin/i;
|
|
+
|
|
+ invoke-interface {v1}, Lkotlin/i;->getValue()Ljava/lang/Object; # init player bg color
|
|
+
|
|
return-void
|
|
.end method
|
|
|
|
@@ -1711,6 +1715,8 @@
|
|
:goto_6
|
|
invoke-interface {v9, v10}, Lkotlinx/coroutines/flow/MutableStateFlow;->setValue(Ljava/lang/Object;)V
|
|
|
|
+ invoke-static {v10}, Lradiant/MiniPlayerBackground;->setHex(Ljava/lang/String;)V # store player bg hex
|
|
+
|
|
.line 267
|
|
.line 268
|
|
.line 269
|
|
@@ -2410,6 +2416,8 @@
|
|
.line 602
|
|
invoke-interface {v1, v5}, Lkotlinx/coroutines/flow/MutableStateFlow;->setValue(Ljava/lang/Object;)V
|
|
|
|
+ invoke-static {v5}, Lradiant/MiniPlayerBackground;->setHex(Ljava/lang/String;)V # clear bg color
|
|
+
|
|
.line 603
|
|
.line 604
|
|
.line 605
|
|
@@ -2627,6 +2635,8 @@
|
|
.line 708
|
|
invoke-interface {v1, v5}, Lkotlinx/coroutines/flow/MutableStateFlow;->setValue(Ljava/lang/Object;)V
|
|
|
|
+ invoke-static {v5}, Lradiant/MiniPlayerBackground;->setHex(Ljava/lang/String;)V # clear bg color
|
|
+
|
|
.line 709
|
|
.line 710
|
|
.line 711
|