Skip to content

Commit b3b36ba

Browse files
authored
Fix stylecheck for line too long
1 parent 70e1091 commit b3b36ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/player/Player.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,8 @@ public void play() {
17531753
}
17541754

17551755
if (isStopped()) {
1756-
// Some phones suspend a paused player after 10 minutes. This causes the player to enter STATE_IDLE, causing playback to fail.
1756+
// Some phones suspend a paused player after 10 minutes. This causes the player to
1757+
// enter STATE_IDLE, causing playback to fail. So we try to recover from that here.
17571758
setRecovery();
17581759
reloadPlayQueueManager();
17591760
}

0 commit comments

Comments
 (0)