From f56193ac1810cfadc54d0ac9ccbc7e98d0c53f8f Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sat, 8 Sep 2018 23:13:04 +0530 Subject: [PATCH] We don't need to check this --- app/src/main/java/org/schabi/newpipe/player/MainVideoPlayer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/org/schabi/newpipe/player/MainVideoPlayer.java b/app/src/main/java/org/schabi/newpipe/player/MainVideoPlayer.java index 7ca790d92..de7960a0d 100644 --- a/app/src/main/java/org/schabi/newpipe/player/MainVideoPlayer.java +++ b/app/src/main/java/org/schabi/newpipe/player/MainVideoPlayer.java @@ -992,7 +992,6 @@ public final class MainVideoPlayer extends AppCompatActivity private final boolean isVolumeGestureEnabled = PlayerHelper.isVolumeGestureEnabled(getApplicationContext()); private final boolean isBrightnessGestureEnabled = PlayerHelper.isBrightnessGestureEnabled(getApplicationContext()); - private final boolean isPlayerGestureEnabled = PlayerHelper.isPlayerGestureEnabled(getApplicationContext()); private final int maxVolume = playerImpl.getAudioReactor().getMaxVolume(); @Override