ToastCompat icon indicating copy to clipboard operation
ToastCompat copied to clipboard

An Android library to fix Toast BadTokenException

Results 8 ToastCompat issues
Sort by recently updated
recently updated
newest added

It says this: ``` Your project has set `android.useAndroidX=true`, but configuration `prodDebugRuntimeClasspath` still contains legacy support libraries, which may cause runtime issues. This behavior will not be allowed in Android...

Was this issue that this library handles ever been fixed? If so, from which version?

/** * Return the view. * * Toasts constructed with {@link #Toast(Context)} that haven't called {@link #setView(View)} * with a non-{@code null} view will return {@code null} here. * *...

I found this exception randomly while testing my app and I am using toasts on a lot of places, it turns out I am running the app on a device...

I need to dismiss toast before 2 seconds.

Hi,I noticed (on Samsung galaxy S7), when you show toast and keyboard is open, and then close keyboard, toast stays in the middle of the screen. Standard toast moves down...

ToastCompat.makeText(context, context.getText(textId), ToastCompat.LENGTH_LONG).show()无效,不显示提示; 原生Toast.makeText(context, context.getText(textId), ToastCompat.LENGTH_LONG).show()正常显示;