fix build error

This commit is contained in:
inotia00
2025-02-10 17:39:26 +09:00
parent 8218c93f17
commit a9258f848d
5 changed files with 22 additions and 39 deletions

View File

@ -108,12 +108,6 @@ public class PlayerPatch {
return colors;
}
public static boolean changeSeekBarPosition(boolean original) {
return SETTINGS_INITIALIZED
? CHANGE_SEEK_BAR_POSITION
: original;
}
public static boolean disableMiniPlayerGesture() {
return Settings.DISABLE_MINIPLAYER_GESTURE.get();
}