refactor: use better method name

This commit is contained in:
oSumAtrIX 2023-04-27 21:08:32 +02:00
parent 91ce39378a
commit 46d70a3e00
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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();
}