mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Improve sharing error messaging
This commit is contained in:
@ -59,7 +59,7 @@ const displayMessage = ({
|
||||
|
||||
if (ref) {
|
||||
ref.current?.showMessage({
|
||||
duration: type === 'error' ? 5000 : duration === 'short' ? 1500 : 3000,
|
||||
duration: type === 'error' ? 8000 : duration === 'short' ? 3000 : 5000,
|
||||
autoHide,
|
||||
message,
|
||||
description,
|
||||
|
Reference in New Issue
Block a user