mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Make comment more explicit
This commit is contained in:
parent
d5a0768056
commit
4f833ebd90
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ object CommonActivity {
|
|||
val toast = Toast(act)
|
||||
toast.duration = duration ?: Toast.LENGTH_SHORT
|
||||
toast.setGravity(Gravity.CENTER_HORIZONTAL or Gravity.BOTTOM, 0, 5.toPx)
|
||||
toast.view = binding.root //fixme Find an alternative using default Snackbars
|
||||
toast.view = binding.root //fixme Find an alternative using default Toasts since custom toasts are deprecated and won't appear with api30 set as minSDK version.
|
||||
currentToast = toast
|
||||
toast.show()
|
||||
|
||||
|
|
Loading…
Reference in a new issue