Update PlayVideoActivity.java
This commit is contained in:
parent
3e9d84b109
commit
44ef04d90a
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue