react
javascript
android
kotlin
python
swift
pdf
ios
angular
react-native
programming
books
vue
free
-
Updated
Sep 8, 2021
Problem description
TvToast displays a custom Toast on Android TV devices. It does so by modifying the
Toast.getView()
's message TextView.On Android 30+ it is no longer allowed to access toast's view via
getView()
and it led to crashes (see #2161). Cust