mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-18 05:23:12 +10:00
38 lines
887 B
Diff
38 lines
887 B
Diff
--- a/com/tidal/android/feature/playerscreen/ui/composables/o1.smali
|
|
+++ b/com/tidal/android/feature/playerscreen/ui/composables/o1.smali
|
|
@@ -64,26 +64,29 @@
|
|
|
|
.line 16
|
|
.line 17
|
|
- iget v2, p0, Lcom/tidal/android/feature/playerscreen/ui/composables/o1;->a:F
|
|
+ const/high16 v2, 0x43200000 # 160f start dp
|
|
|
|
.line 18
|
|
.line 19
|
|
invoke-interface {p1, v2}, Landroidx/compose/ui/unit/Density;->toPx-0680j_4(F)F
|
|
|
|
.line 20
|
|
.line 21
|
|
.line 22
|
|
- move-result v3
|
|
+ move-result v2 # startY in px
|
|
+
|
|
+ const/high16 v3, 0x435c0000 # 220f end dp
|
|
+
|
|
+ invoke-interface {p1, v3}, Landroidx/compose/ui/unit/Density;->toPx-0680j_4(F)F # dp to px
|
|
+
|
|
+ move-result v3 # endY in px
|
|
|
|
.line 23
|
|
const/16 v5, 0x8
|
|
|
|
.line 24
|
|
.line 25
|
|
const/4 v6, 0x0
|
|
|
|
- .line 26
|
|
- const/4 v2, 0x0
|
|
-
|
|
.line 27
|
|
const/4 v4, 0x0
|