This commit is contained in:
wangcongtao
2020-07-21 16:16:19 +08:00
28 changed files with 3105 additions and 1 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);
}
}
}