mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	fixed notification hiding issue
This commit is contained in:
		| @@ -253,9 +253,10 @@ public class PlayVideoActivity extends AppCompatActivity { | ||||
|                     | View.SYSTEM_UI_FLAG_FULLSCREEN | ||||
|                     | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | ||||
|                     | View.SYSTEM_UI_FLAG_LAYOUT_STABLE); | ||||
|         } else { | ||||
|             getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, | ||||
|                     WindowManager.LayoutParams.FLAG_FULLSCREEN); | ||||
|         } | ||||
|         getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, | ||||
|                 WindowManager.LayoutParams.FLAG_FULLSCREEN); | ||||
|     } | ||||
|  | ||||
|     private void adjustMediaControlMetrics() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger