We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a3d11 commit dac47d9Copy full SHA for dac47d9
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -136,7 +136,6 @@
136
import com.squareup.picasso.Picasso;
137
import com.squareup.picasso.Target;
138
139
-import org.jetbrains.annotations.NotNull;
140
import org.schabi.newpipe.DownloaderImpl;
141
import org.schabi.newpipe.MainActivity;
142
import org.schabi.newpipe.R;
@@ -626,7 +625,7 @@ public void onAnimationEnd() {
626
625
}
627
628
@Override
629
- public Boolean shouldFastForward(@NotNull final DisplayPortion portion) {
+ public Boolean shouldFastForward(@NonNull final DisplayPortion portion) {
630
// Null indicates an invalid area or condition e.g. the middle portion
631
// or video start or end was reached during double tap seeking
632
if (invalidSeekConditions()) {
0 commit comments