测试修改
This commit is contained in:
parent
8b180ce664
commit
c8ab6ffa15
@ -167,7 +167,7 @@ public class LiveFloatView implements Function1<FloatCallbacks.Builder, Unit> {
|
|||||||
public void onViewClicks() {
|
public void onViewClicks() {
|
||||||
mPlayer.stopPlay();
|
mPlayer.stopPlay();
|
||||||
EasyFloat.dismiss("LiveFloatView", true);
|
EasyFloat.dismiss("LiveFloatView", true);
|
||||||
if (IMLoginManager.get(mContext).isHint2()) {
|
if (IMLoginManager.get(mContext).isHint2() && !((FragmentActivity) mContext).getSupportFragmentManager().isDestroyed()) {
|
||||||
HintDialog fragment = new HintDialog();
|
HintDialog fragment = new HintDialog();
|
||||||
Bundle args = new Bundle();
|
Bundle args = new Bundle();
|
||||||
args.putString("close", "1");
|
args.putString("close", "1");
|
||||||
|
Loading…
Reference in New Issue
Block a user