mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-18 05:23:12 +10:00
51 lines
2.3 KiB
Diff
51 lines
2.3 KiB
Diff
--- a/com/tidal/android/feature/playerscreen/ui/PlayerScreenKt.smali
|
|
+++ b/com/tidal/android/feature/playerscreen/ui/PlayerScreenKt.smali
|
|
@@ -5094,7 +5094,11 @@
|
|
const/4 v13, 0x0
|
|
|
|
.line 247
|
|
- invoke-static {v9, v0, v10, v2, v13}, Lcom/tidal/android/feature/playerscreen/ui/composables/BroadcastButtonKt;->b(Lcom/tidal/android/feature/playerscreen/ui/b;Lyl0/a;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;I)V
|
|
+ const v9, 0x52414244 # empty group key
|
|
+
|
|
+ invoke-interface {v2, v9}, Landroidx/compose/runtime/Composer;->startReplaceGroup(I)V # open empty
|
|
+
|
|
+ invoke-interface {v2}, Landroidx/compose/runtime/Composer;->endReplaceGroup()V # close empty
|
|
|
|
.line 248
|
|
invoke-interface {v2}, Landroidx/compose/runtime/Composer;->endNode()V
|
|
@@ -5770,16 +5774,20 @@
|
|
.line 335
|
|
:cond_53
|
|
- new-instance v4, Lcom/aspiro/wamp/tidalconnect/playback/i;
|
|
-
|
|
- invoke-direct {v4, v11, v1}, Lcom/aspiro/wamp/tidalconnect/playback/i;-><init>(Ljava/lang/Object;I)V
|
|
-
|
|
- .line 336
|
|
- invoke-interface {v7, v4}, Landroidx/compose/runtime/Composer;->updateRememberedValue(Ljava/lang/Object;)V
|
|
-
|
|
- .line 337
|
|
- :cond_54
|
|
- check-cast v4, Lyl0/a;
|
|
-
|
|
- const/4 v2, 0x0
|
|
-
|
|
- invoke-static {v13, v7, v2, v4}, Lcom/tidal/android/feature/playerscreen/ui/composables/x4;->a(ILandroidx/compose/runtime/Composer;Landroidx/compose/ui/Modifier;Lyl0/a;)V
|
|
+ new-instance v4, Lcom/aspiro/wamp/tidalconnect/playback/i; # connect click lambda factory
|
|
+
|
|
+ move-object/from16 v6, p5 # action dispatcher
|
|
+
|
|
+ const/4 v8, 0x1 # connect-clicked disc
|
|
+
|
|
+ invoke-direct {v4, v6, v8}, Lcom/aspiro/wamp/tidalconnect/playback/i;-><init>(Ljava/lang/Object;I)V # build lambda
|
|
+
|
|
+ invoke-interface {v7, v4}, Landroidx/compose/runtime/Composer;->updateRememberedValue(Ljava/lang/Object;)V # cache lambda
|
|
+
|
|
+ :cond_54 # cache join
|
|
+ check-cast v4, Lyl0/a; # cast to Function0
|
|
+
|
|
+ iget-object v8, v10, Lcom/tidal/android/feature/playerscreen/ui/r$a;->d:Lcom/tidal/android/feature/playerscreen/ui/b; # broadcast state
|
|
+
|
|
+ const/4 v2, 0x0 # changed flags
|
|
+
|
|
+ invoke-static {v8, v4, v13, v7, v2}, Lcom/tidal/android/feature/playerscreen/ui/composables/BroadcastButtonKt;->b(Lcom/tidal/android/feature/playerscreen/ui/b;Lyl0/a;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;I)V # render connect button
|