Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix more merge typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Oct 20, 2024
1 parent 625b3a0 commit 1a11e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static boolean isBackgroundPlaybackAllowed(boolean original) {
/**
* Injection point.
*/
public static boolean isBackgroundShortsPlaybackAllowed() {
public static boolean isBackgroundShortsPlaybackAllowed(boolean original) {
return Settings.ALLOW_SHORTS_BACKGROUND_PLAYBACK.get();
}

Expand Down

0 comments on commit 1a11e49

Please sign in to comment.