关播页面
This commit is contained in:
parent
6efd2898d7
commit
c440b58981
@ -81,9 +81,15 @@ public class LiveFloatView implements Function1<FloatCallbacks.Builder, Unit> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
ViewClicksAntiShake.clicksAntiShake(videoView, () -> {
|
ViewClicksAntiShake.clicksAntiShake(videoView, () -> {
|
||||||
mPlayer.stopPlay();
|
if (mPlayer != null && mPlayer.isPlaying() == 1) {
|
||||||
APPEasyFloat.getInstance().dismiss(mContext);
|
mPlayer.stopPlay();
|
||||||
RouteUtil.forwardLiveAudienceActivity(mLiveBean, mLiveType, mLiveSDK, mLiveTypeVal);
|
APPEasyFloat.getInstance().dismiss(mContext);
|
||||||
|
} else if (mPlayer != null) {
|
||||||
|
mPlayer.stopPlay();
|
||||||
|
APPEasyFloat.getInstance().dismiss(mContext);
|
||||||
|
RouteUtil.forwardLiveAudienceActivity(mLiveBean, mLiveType, mLiveSDK, mLiveTypeVal);
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -177,8 +183,14 @@ public class LiveFloatView implements Function1<FloatCallbacks.Builder, Unit> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
ViewClicksAntiShake.clicksAntiShake(videoView, () -> {
|
ViewClicksAntiShake.clicksAntiShake(videoView, () -> {
|
||||||
mPlayer.stopPlay();
|
if (mPlayer != null && mPlayer.isPlaying() == 1) {
|
||||||
RouteUtil.forwardLiveAudienceActivity(mLiveBean, mLiveType, mLiveSDK, mLiveTypeVal);
|
mPlayer.stopPlay();
|
||||||
|
EasyFloat.dismiss("LiveFloatView", true);
|
||||||
|
} else if (mPlayer != null) {
|
||||||
|
mPlayer.stopPlay();
|
||||||
|
RouteUtil.forwardLiveAudienceActivity(mLiveBean, mLiveType, mLiveSDK, mLiveTypeVal);
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user