mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 14:07:45 +10:00
38 lines
1.6 KiB
Diff
38 lines
1.6 KiB
Diff
--- a/com/tidal/android/feature/playerscreen/ui/PlayerScreenKt.smali
|
|
+++ b/com/tidal/android/feature/playerscreen/ui/PlayerScreenKt.smali
|
|
@@ -5971,6 +5971,14 @@
|
|
|
|
invoke-static {v4, v3, v7, v6}, Lcom/tidal/android/feature/playerscreen/ui/composables/s3;->a(ILam0/a;Landroidx/compose/runtime/Composer;Landroidx/compose/ui/Modifier;)V
|
|
|
|
+ iget-boolean v3, v11, Lcom/tidal/android/feature/playerscreen/ui/s$a;->i:Z # hasLyrics flag
|
|
+
|
|
+ if-eqz v3, :cond_sparkle_no_lyrics # branch when no lyrics
|
|
+
|
|
+ const v3, 0x30551b59 # group key (lyrics)
|
|
+
|
|
+ invoke-interface {v7, v3}, Landroidx/compose/runtime/Composer;->startReplaceGroup(I)V # open lyrics branch
|
|
+
|
|
new-instance v74, Landroidx/window/embedding/a2; # lyrics toggle lambda
|
|
|
|
move-object/from16 v75, p2 # action dispatcher
|
|
@@ -5987,6 +5995,19 @@
|
|
|
|
invoke-static/range {v71 .. v74}, Lradiant/SparkleButton;->a(ILandroidx/compose/runtime/Composer;Landroidx/compose/ui/Modifier;Lam0/a;)V # render sparkle button
|
|
|
|
+ invoke-interface {v7}, Landroidx/compose/runtime/Composer;->endReplaceGroup()V # close lyrics branch
|
|
+
|
|
+ goto :goto_sparkle_done # skip empty branch
|
|
+
|
|
+ :cond_sparkle_no_lyrics # no-lyrics branch
|
|
+ const v3, 0x3057f75c # group key (no lyrics)
|
|
+
|
|
+ invoke-interface {v7, v3}, Landroidx/compose/runtime/Composer;->startReplaceGroup(I)V # open empty
|
|
+
|
|
+ invoke-interface {v7}, Landroidx/compose/runtime/Composer;->endReplaceGroup()V # close empty
|
|
+
|
|
+ :goto_sparkle_done # join target
|
|
+
|
|
.line 365
|
|
iget-object v3, v11, Lcom/tidal/android/feature/playerscreen/ui/s$a;->m:Lcom/tidal/android/feature/playerscreen/ui/p;
|
|
|