Skip to content

Commit 2b2f1ee

Browse files
committed
Added some doc
1 parent 28f167f commit 2b2f1ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/player/event/PlayerGestureListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void onScrollEnd(@NotNull final MainPlayer.PlayerType playerType,
227227
if (player.isControlsVisible() && player.getCurrentState() == STATE_PLAYING) {
228228
player.hideControls(DEFAULT_CONTROLS_DURATION, DEFAULT_CONTROLS_HIDE_TIME);
229229
}
230-
} else {
230+
} else /* Popup-Player */ {
231231
if (player.isControlsVisible() && player.getCurrentState() == STATE_PLAYING) {
232232
player.hideControls(DEFAULT_CONTROLS_DURATION, DEFAULT_CONTROLS_HIDE_TIME);
233233
}

0 commit comments

Comments
 (0)