1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-02-16 12:00:42 +01:00

Fix double click for pausing and exit fullscreen

This commit is contained in:
Thomas 2020-10-28 15:03:07 +01:00
parent 824c4e0cbb
commit 852cfee310

View File

@ -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();