mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01: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…
Reference in New Issue
Block a user