1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-12-04 16:00:30 +01:00

Update PlayVideoActivity.java

This commit is contained in:
Teja Vojjala 2016-01-29 20:19:09 +05:30
parent 3e9d84b109
commit 44ef04d90a

View File

@ -78,7 +78,7 @@ public class PlayVideoActivity extends AppCompatActivity {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_play_video);
setVolumeControlStream(AudioManager.STREAM_MUSIC);
isLandscape = checkIfLandscape();
hasSoftKeys = checkIfHasSoftKeys();