This commit is contained in:
lixiaopeng
2020-12-14 15:37:01 +08:00
parent feac7a579d
commit 1bbf312f1b
15 changed files with 49 additions and 42 deletions

View File

@@ -122,6 +122,10 @@ public class MediaWindow2 implements IMusicView , IMogoStatusChangedListener {
}
if (descriptor == StatusDescriptor.VR_MODE) {
if (mWindowView == null) {
return;
}
ServiceMediaHandler.getMogoWindowManager().removeView(mWindowView);
mHasAddWindow = false;
addWindowView();