Made two list options
This commit is contained in:
parent
f62884f0a1
commit
1908a477d3
7 changed files with 79 additions and 70 deletions
|
|
@ -2013,7 +2013,10 @@ public final class VideoDetailFragment
|
|||
restoreDefaultBrightness();
|
||||
} else {
|
||||
// Do not restore if user has disabled brightness gesture
|
||||
if (!PlayerHelper.isBrightnessGestureEnabled(activity)) {
|
||||
if (!(PlayerHelper.getRightSideGesture(activity)
|
||||
.equals(getString(R.string.right_brightness_control_key))
|
||||
&& PlayerHelper.getLeftSideGesture(activity)
|
||||
.equals(getString(R.string.left_brightness_control_key)))) {
|
||||
return;
|
||||
}
|
||||
// Restore already saved brightness level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue