mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 14:07:45 +10:00
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"tidalVersionCode": 10002,
|
||||
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
|
||||
"patchesVersion": "0.10.0"
|
||||
"patchesVersion": "0.10.1"
|
||||
}
|
||||
|
||||
@@ -155,3 +155,21 @@
|
||||
.line 142
|
||||
sget-object v3, Landroidx/compose/foundation/layout/BoxScopeInstance;->INSTANCE:Landroidx/compose/foundation/layout/BoxScopeInstance;
|
||||
|
||||
--- a/com/tidal/android/core/ui/composable/z.smali
|
||||
+++ b/com/tidal/android/core/ui/composable/z.smali
|
||||
@@ -13,13 +13,15 @@
|
||||
.line 2
|
||||
.line 3
|
||||
.line 4
|
||||
move-result p0
|
||||
|
||||
.line 5
|
||||
- invoke-virtual {p2, p0}, Landroid/view/Window;->setNavigationBarColor(I)V
|
||||
+ const/4 v3, 0x0
|
||||
+
|
||||
+ invoke-virtual {p2, v3}, Landroid/view/Window;->setNavigationBarColor(I)V # RL: force transparent nav bar so the player backdrop shows through (was p0 = TIDAL's extracted single-color BG). Luminance below still uses p0 so the light/dark icon choice adapts to the backdrop behind the now-transparent bar.
|
||||
|
||||
.line 6
|
||||
.line 7
|
||||
.line 8
|
||||
sget p1, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
Reference in New Issue
Block a user