Skip to content

Commit

Permalink
Merge pull request #2 from iit2014086/iit2014086-patch-2
Browse files Browse the repository at this point in the history
Update VideoItemDetailActivity.java
  • Loading branch information
Teja Vojjala committed Jan 29, 2016
2 parents 55f63b9 + aa2d8d4 commit 3e9d84b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class VideoItemDetailActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_videoitem_detail);

setVolumeControlStream(AudioManager.STREAM_MUSIC);
// Show the Up button in the action bar.
try {
//noinspection ConstantConditions
Expand Down

0 comments on commit 3e9d84b

Please sign in to comment.