This commit is contained in:
unknown
2020-07-21 18:03:36 +08:00
3 changed files with 23 additions and 3 deletions

View File

@@ -273,6 +273,8 @@ public class MediaWindow2 implements IMusicView {
@Override
public void onAppExit() {
mWindowView.setVisibility(View.GONE);
if ( mWindowView != null ) {
mWindowView.setVisibility(View.GONE);
}
}
}