Blankj / AndroidUtilCode

:fire: Android developers should collect the following utils(updating).
https://blankj.com/2016/07/31/android-utils-code/
Apache License 2.0
33.32k stars 10.69k forks source link

Toastutils - Android target 31 不允许通过getView 自定义 Toast #1666

Closed mashihao closed 2 years ago

mashihao commented 2 years ago

Deprecated Custom toast views are deprecated. Apps can create a standard text toast with the makeText(Context, CharSequence, int) method, or use a Snackbar when in the foreground. Starting from Android Build.VERSION_CODES.R, apps targeting API level Build.VERSION_CODES.R or higher that are in the background will not have custom toast views displayed.

mashihao commented 2 years ago

抱歉 没更新 发现 1.30.0 已修复这个问题。。。