直播内播放修改
This commit is contained in:
@@ -144,7 +144,7 @@ public class APPEasyFloat implements Application.ActivityLifecycleCallbacks {
|
||||
}
|
||||
|
||||
private void initShow(Activity activity) {
|
||||
if (FloatingView.get().getContainer() == null) {
|
||||
if (FloatingView.get().getView() == null) {
|
||||
EnFloatingView enFloatingView = new EnFloatingView(activity, mLayout);
|
||||
FloatingView.get().customView(enFloatingView);
|
||||
if (magnetViewListener != null) {
|
||||
|
||||
@@ -77,7 +77,7 @@ public class LiveFloatView implements Function1<FloatCallbacks.Builder, Unit> {
|
||||
|
||||
@Override
|
||||
public void onRemove() {
|
||||
mPlayer.stopPlay();
|
||||
// mPlayer.stopPlay();
|
||||
}
|
||||
})
|
||||
.show(mContext);
|
||||
|
||||
Reference in New Issue
Block a user