mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Demo app change.
PiperOrigin-RevId: 250248268
This commit is contained in:
parent
3afdd7ac5a
commit
2c4eb1cd9b
1 changed files with 2 additions and 1 deletions
|
|
@ -151,7 +151,8 @@ public class PlayerActivity extends AppCompatActivity
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate(Bundle savedInstanceState) {
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
String sphericalStereoMode = getIntent().getStringExtra(SPHERICAL_STEREO_MODE_EXTRA);
|
Intent intent = getIntent();
|
||||||
|
String sphericalStereoMode = intent.getStringExtra(SPHERICAL_STEREO_MODE_EXTRA);
|
||||||
if (sphericalStereoMode != null) {
|
if (sphericalStereoMode != null) {
|
||||||
setTheme(R.style.PlayerTheme_Spherical);
|
setTheme(R.style.PlayerTheme_Spherical);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue