mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 14:07:45 +10:00
Update "Add Track" Icon <3
This commit is contained in:
@@ -8,6 +8,7 @@ data class PatchVariant(
|
|||||||
val fileNames: List<String>,
|
val fileNames: List<String>,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
enum class KnownPatch(
|
enum class KnownPatch(
|
||||||
/**
|
/**
|
||||||
* Numeric display order in the patch options list. Lower = higher up.
|
* Numeric display order in the patch options list. Lower = higher up.
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"tidalVersionCode": 9090,
|
"tidalVersionCode": 9090,
|
||||||
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
|
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
|
||||||
"patchesVersion": "0.9.8"
|
"patchesVersion": "0.9.9"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
--- a/com/tidal/android/feature/playerscreen/ui/composables/c1.smali
|
||||||
|
+++ b/com/tidal/android/feature/playerscreen/ui/composables/c1.smali
|
||||||
|
@@ -259,7 +259,7 @@
|
||||||
|
|
||||||
|
.line 109
|
||||||
|
.line 110
|
||||||
|
- sget p2, Lcom/tidal/android/feature/playerscreen/ui/R$drawable;->ic_circle_checked:I
|
||||||
|
+ sget p2, Lcom/tidal/android/feature/playerscreen/ui/R$drawable;->ic_shapes_heart_filled_medium:I # favorited: filled heart (was circle-check)
|
||||||
|
|
||||||
|
.line 111
|
||||||
|
.line 112
|
||||||
|
@@ -267,11 +267,7 @@
|
||||||
|
|
||||||
|
.line 113
|
||||||
|
:cond_5
|
||||||
|
- sget-object p2, Lx20/b;->O:Lx20/a;
|
||||||
|
-
|
||||||
|
- .line 114
|
||||||
|
- .line 115
|
||||||
|
- iget p2, p2, Lx20/a;->a:I
|
||||||
|
+ sget p2, Lcom/tidal/android/feature/playerscreen/ui/R$drawable;->ic_shapes_heart_medium:I # not favorited: outline heart (was market plus)
|
||||||
|
|
||||||
|
.line 116
|
||||||
|
.line 117
|
||||||
Reference in New Issue
Block a user