We don't need to check this

This commit is contained in:
Ritiek Malhotra 2018-09-08 23:13:04 +05:30 committed by GitHub
parent 8a3fcd3124
commit 073188add3

View file

@ -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