Why log double?

This commit is contained in:
litetex 2021-11-05 18:06:32 +01:00
parent 2b2f1ee8f5
commit 0764983ac6
1 changed files with 1 additions and 4 deletions

View File

@ -210,11 +210,8 @@ public class PlayerGestureListener
Log.d(TAG, "onScrollEnd called with playerType = ["
+ player.getPlayerType() + "]");
}
if (playerType == MainPlayer.PlayerType.VIDEO) {
if (DEBUG) {
Log.d(TAG, "onScrollEnd() called");
}
if (player.getVolumeRelativeLayout().getVisibility() == View.VISIBLE) {
animate(player.getVolumeRelativeLayout(), false, 200, SCALE_AND_ALPHA,
200);