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 {
|
||||
startActivity(intent);
|
||||
}
|
||||
finish();
|
||||
return true;
|
||||
} else {
|
||||
if (media != null) {
|
||||
|
|
Loading…
Reference in New Issue