This commit is contained in:
Avently 2020-01-26 07:33:52 +03:00
parent cc438fdb7b
commit 26e487c01a
3 changed files with 3 additions and 1 deletions

View file

@ -1175,6 +1175,7 @@ public class VideoDetailFragment
return autoPlayEnabled
&& !isExternalPlayerEnabled()
&& (player == null || player.videoPlayerSelected())
&& bottomSheetState != BottomSheetBehavior.STATE_HIDDEN
&& isAutoplayAllowedByUser();
}