mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-01 15:14:27 +02:00
refactor: use better method name
This commit is contained in:
parent
91ce39378a
commit
46d70a3e00
@ -4,7 +4,7 @@ import app.revanced.integrations.shared.PlayerType;
|
||||
|
||||
public class MinimizedPlaybackPatch {
|
||||
|
||||
public static boolean playbackIsNotShort() {
|
||||
public static boolean isPlaybackNotShort() {
|
||||
return !PlayerType.getCurrent().isNoneOrHidden();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user