FloatWindow icon indicating copy to clipboard operation
FloatWindow copied to clipboard

FloatWindow of this tag has been added, Please set a new tag for the new FloatWindow

Open VanConsday opened this issue 6 years ago • 2 comments

我是在Activity 中使用的 FloatWindow .with(getApplicationContext()) .setView(mView) .setWidth(Screen.width, 0.2f) //设置悬浮控件宽高 .setHeight(Screen.width, 0.2f) .setX(Screen.width, 0.8f) .setY(Screen.height, 0.3f) //.setTag("class3") .setMoveType(MoveType.slide, 80, 80) .setMoveStyle(500, new BounceInterpolator()) .setViewStateListener(mViewStateListener) .setPermissionListener(mPermissionListener) //.setDesktopShow(true) .build(); FloatWindow.get().show(); 总会报这个异常,FloatWindow of this tag has been added, Please set a new tag for the new FloatWindow

VanConsday avatar Dec 10 '18 03:12 VanConsday

默认tag已经使用了。 最好是设置唯一的tag

hhhaiai avatar Jan 22 '19 06:01 hhhaiai

设置为唯一的tag也不顶事啊

zhangnan3220964 avatar Apr 08 '19 11:04 zhangnan3220964