wenwenwen888 / SearchDialog

仿bilibili搜索框效果(三句代码实现)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

重复开启关闭,界面会有残余动画。

wrz123456 opened this issue · comments

commented

关闭后再调用
searchFragment.show(getSupportFragmentManager(),SearchFragment.TAG);
..多次后会有残余动画,上一帧显示..然后再消失

我多台手机测试都没有这种问题
你用模拟器或者其他手机测试一下看看

commented

调试完毕了,使用真机测试,没有这个bug了0.0应该是模拟器cpu模式问题

好的