Changed the naming

This commit is contained in:
ge78fug 2023-02-07 19:08:47 +01:00 committed by Stypox
parent 24036fa27e
commit f8bd9ac05f
3 changed files with 6 additions and 9 deletions

View file

@ -2013,9 +2013,9 @@ public final class VideoDetailFragment
restoreDefaultBrightness();
} else {
// Do not restore if user has disabled brightness gesture
if (PlayerHelper.getRightSideGesture(activity)
if (PlayerHelper.getActionForRightGestureSide(activity)
.equals(getString(R.string.brightness_control_key))
|| PlayerHelper.getLeftSideGesture(activity)
|| PlayerHelper.getActionForLeftGestureSide(activity)
.equals(getString(R.string.brightness_control_key))) {
return;
}