mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-15 00:46: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) {
|
||||
if (SettingsEnum.shorts_playing) return;
|
||||
if (SettingsEnum.shorts_playing || self == null) return;
|
||||
|
||||
try {
|
||||
Field field = self.getClass().getDeclaredField("replaceMeWithsetSponsorBarRect");
|
||||
|
Loading…
x
Reference in New Issue
Block a user