Merge remote-tracking branch 'origin/dev_merge_shunyi_vr_map' into dev_merge_shunyi_vr_map
# Conflicts: # modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/live/PushCameraLiveWindow.java
This commit is contained in:
@@ -29,7 +29,7 @@ public class PushCameraLiveWindow extends RelativeLayout implements ICameraWindo
|
||||
private ImageView pushVideoClose;
|
||||
|
||||
// 弹窗状态监听
|
||||
private CameraLiveWindowStatusListener mWindowStatusListener;
|
||||
// private CameraLiveWindowStatusListener mWindowStatusListener;
|
||||
|
||||
// 直播30秒自动关闭
|
||||
private static Handler handlerV2XEvent = new Handler();
|
||||
@@ -84,9 +84,9 @@ public class PushCameraLiveWindow extends RelativeLayout implements ICameraWindo
|
||||
}
|
||||
|
||||
countDownV2XEvent(entity);
|
||||
if (mWindowStatusListener != null) {
|
||||
mWindowStatusListener.onViewShow();
|
||||
}
|
||||
// if (mWindowStatusListener != null) {
|
||||
// mWindowStatusListener.onViewShow();
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,9 +103,9 @@ public class PushCameraLiveWindow extends RelativeLayout implements ICameraWindo
|
||||
// MarkerUtils.resetMapZoom(16);
|
||||
|
||||
// 如果窗体处于展示的时候
|
||||
if (mWindowStatusListener != null) {
|
||||
mWindowStatusListener.onViewClose();
|
||||
}
|
||||
// if (mWindowStatusListener != null) {
|
||||
// mWindowStatusListener.onViewClose();
|
||||
// }
|
||||
|
||||
// 停止倒计时
|
||||
if (handlerV2XEvent != null && runnableV2XEvent != null) {
|
||||
@@ -120,9 +120,10 @@ public class PushCameraLiveWindow extends RelativeLayout implements ICameraWindo
|
||||
}
|
||||
|
||||
|
||||
public void setWindowStatusListener(CameraLiveWindowStatusListener listener) {
|
||||
this.mWindowStatusListener = listener;
|
||||
}
|
||||
// @Override
|
||||
// public void setWindowStatusListener(CameraLiveWindowStatusListener listener) {
|
||||
// this.mWindowStatusListener = listener;
|
||||
// }
|
||||
|
||||
/**
|
||||
* 窗体倒计时 TODO
|
||||
|
||||
Reference in New Issue
Block a user