Fixed backstack when pressing up arrow
This commit is contained in:
parent
2831ec69d9
commit
39c47da07d
|
@ -382,6 +382,7 @@ public abstract class MediaplayerActivity extends CastEnabledActivity implements
|
||||||
} else {
|
} else {
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
}
|
}
|
||||||
|
finish();
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
if (media != null) {
|
if (media != null) {
|
||||||
|
|
Loading…
Reference in New Issue