Why log double?
This commit is contained in:
parent
5b6353d018
commit
7afec6feb2
1 changed files with 1 additions and 4 deletions
|
|
@ -210,11 +210,8 @@ public class PlayerGestureListener
|
||||||
Log.d(TAG, "onScrollEnd called with playerType = ["
|
Log.d(TAG, "onScrollEnd called with playerType = ["
|
||||||
+ player.getPlayerType() + "]");
|
+ player.getPlayerType() + "]");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (playerType == MainPlayer.PlayerType.VIDEO) {
|
if (playerType == MainPlayer.PlayerType.VIDEO) {
|
||||||
if (DEBUG) {
|
|
||||||
Log.d(TAG, "onScrollEnd() called");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (player.getVolumeRelativeLayout().getVisibility() == View.VISIBLE) {
|
if (player.getVolumeRelativeLayout().getVisibility() == View.VISIBLE) {
|
||||||
animate(player.getVolumeRelativeLayout(), false, 200, SCALE_AND_ALPHA,
|
animate(player.getVolumeRelativeLayout(), false, 200, SCALE_AND_ALPHA,
|
||||||
200);
|
200);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue