关播页面
This commit is contained in:
parent
a632e48d38
commit
64bfc37bd7
@ -100,7 +100,7 @@ public class LiveFloatView implements Function1<FloatCallbacks.Builder, Unit> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
ViewClicksAntiShake.clicksAntiShake(videoView, () -> {
|
ViewClicksAntiShake.clicksAntiShake(magnetView, () -> {
|
||||||
mPlayer.stopPlay();
|
mPlayer.stopPlay();
|
||||||
APPEasyFloat.getInstance().dismiss(mContext);
|
APPEasyFloat.getInstance().dismiss(mContext);
|
||||||
new Handler().post(liveCheck);
|
new Handler().post(liveCheck);
|
||||||
@ -200,7 +200,7 @@ public class LiveFloatView implements Function1<FloatCallbacks.Builder, Unit> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
ViewClicksAntiShake.clicksAntiShake(videoView, () -> {
|
ViewClicksAntiShake.clicksAntiShake(view, () -> {
|
||||||
|
|
||||||
mPlayer.stopPlay();
|
mPlayer.stopPlay();
|
||||||
new Handler().post(liveCheck);
|
new Handler().post(liveCheck);
|
||||||
|
Loading…
Reference in New Issue
Block a user