mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-15 12:06:49 +01:00
fix(hide-time-and-seekbar): don't draw the seekbar (#154)
This commit is contained in:
parent
e488641c9c
commit
4477928ccc
@ -265,7 +265,7 @@ public class PlayerController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void setSponsorBarRect(final Object self) {
|
public static void setSponsorBarRect(final Object self) {
|
||||||
if (SettingsEnum.shorts_playing) return;
|
if (SettingsEnum.shorts_playing || self == null) return;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Field field = self.getClass().getDeclaredField("replaceMeWithsetSponsorBarRect");
|
Field field = self.getClass().getDeclaredField("replaceMeWithsetSponsorBarRect");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user