mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-12 13:17:37 +02:00
fix(hide-time-and-seekbar): don't draw the seekbar (#154)
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user