mirror of
				https://framagit.org/tom79/fedilab-tube
				synced 2025-06-05 21:09:11 +02:00 
			
		
		
		
	Fix double click for pausing and exit fullscreen
This commit is contained in:
		@@ -1074,7 +1074,6 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd
 | 
			
		||||
            public void onBackPressed() {
 | 
			
		||||
                if( player != null && player.isPlaying() && fullScreenMode) {
 | 
			
		||||
                    player.setPlayWhenReady(false);
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
                if( fullScreenMode) {
 | 
			
		||||
                    closeFullscreenDialog();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user