修复点系统通知时弹出了画质选项框
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user