We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e538b8 + 608e73e commit c1fe5c8Copy full SHA for c1fe5c8
1 file changed
app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java
@@ -500,6 +500,10 @@ public void onClick(final View v) {
500
break;
501
case R.id.detail_thumbnail_root_layout:
502
autoPlayEnabled = true; // forcefully start playing
503
+ // FIXME Workaround #7427
504
+ if (isPlayerAvailable()) {
505
+ player.setRecovery();
506
+ }
507
openVideoPlayerAutoFullscreen();
508
509
case R.id.detail_title_root_layout:
0 commit comments