修复点系统通知时弹出了画质选项框

This commit is contained in:
2023-01-10 16:33:41 +08:00
parent 3606815a41
commit 418d306d72
2 changed files with 10 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ public class CustomDrawerPopupView extends DrawerPopupView {
public void onViewClicks() {
dismiss();
if (callBack != null) {
callBack.systemNotice();
callBack.changeVideo();
}
@@ -198,6 +198,8 @@ public class CustomDrawerPopupView extends DrawerPopupView {
void systemNotice();
void changeVideo();
void online();
void reportLayout();