-
-
Toast调用cancel后立马调用show是没有效果的。在执行handleShow的时候会进行if (mHandler.hasMessages(CANCEL) || mHandler.hasMessages(HIDE))判断,因为mHandler的messageQueue存在HIDE,所以show方法不会执行。
-
## Describe the bug
A clear and concise description of what the bug is.
- The version of utilcode: 1.23.7
- The device: OPPO-PBBM00
- The version of device: 8.1.0
-
EphemeralKeyProvider is called twice, once upon attaching the KeyProvider and again when performing any getInstance() method.
Ephemeral Key is obtained here via this code:
```
CustomerSession.in…
-
-
```
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getString(int)' on a null object reference
at org.wordpress.and…
-
现在Github里面所用的Toast都可以实现连续快速点击都会弹出Toast 为什么这个框架不行 连续点击确没有反应显示 ,测试直接给你bug了,作者是否可以优化一下,不管我点击多少次 速度多快,都可以显示出来 不延时 快速那种 ?QQ478104175
-
在每次Toast之前移除上次的Toast。
例:连续点击4个按钮,分别Toast 1、2、3、4。
结果:点的快的时候,4无法显示。
-
在Dialog中,直接使用ToastUtils.show(R.string.can_not_empty)会出现无法适配多语言的情况,英文环境下仍然弹出的是中文(values资源文件已配好)。通过ToastUtils.show(mActivity.getString(R.string.can_not_empty))这种使用,则可以正常适配多语言。
-
没有新版本的时候会弹出一个吐司,这个能取消掉吗