fansan

Results 15 comments of fansan

使用模拟器测试,报错 Caused by: android.view.WindowManager$BadTokenException: Unable to add window android.view.ViewRootImpl$W@e8fcb2e -- permission denied for window type 2038 at android.view.ViewRootImpl.setView(ViewRootImpl.java:789) at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:356) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:93) at xyz.bboylin.universialtoast.CustomToast.show(CustomToast.java:183) at xyz.bboylin.universialtoast.CustomToast.showError(CustomToast.java:211)

how to use imageloader in compose AsyncImage

我用的是2.8.4,微信是Version. 3.1.1 (18713),只用免认证和拦截消息撤回,一直都没收到警告

> 我用的是2.8.4,微信是Version. 3.1.1 (18713),只用免认证和拦截消息撤回,一直都没收到警告 收到了兄弟们,卸载了,别抱着侥幸心理,只要你电脑连着网,人腾讯肯定能抓到你的,时间问题

> 对于方法传入的参数直接通过if判断,例如: > > ``` > fun a(tag: String?, type: String) { > if (tag != null && type != null){ > // do something > } > } >...