Changed the naming
This commit is contained in:
parent
24036fa27e
commit
f8bd9ac05f
3 changed files with 6 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue