mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Update app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
		| @@ -2013,9 +2013,9 @@ public final class VideoDetailFragment | ||||
|             restoreDefaultBrightness(); | ||||
|         } else { | ||||
|             // Do not restore if user has disabled brightness gesture | ||||
|             if (PlayerHelper.getActionForRightGestureSide(activity) | ||||
|             if (!PlayerHelper.getActionForRightGestureSide(activity) | ||||
|                     .equals(getString(R.string.brightness_control_key)) | ||||
|                     || PlayerHelper.getActionForLeftGestureSide(activity) | ||||
|                     && !PlayerHelper.getActionForLeftGestureSide(activity) | ||||
|                     .equals(getString(R.string.brightness_control_key))) { | ||||
|                 return; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marius Wagner
					Marius Wagner