Skip to content

Commit e8dcb9b

Browse files
committed
screen: increase scanner Toast show time
1 parent fb423a7 commit e8dcb9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

screens/Scan.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const Scan = ({route}: Props) => {
205205
type: 'Liberal',
206206
text1: capitalizeFirst(t('scanner')),
207207
text2: scannerAlertMsg,
208-
visibilityTime: 1750,
208+
visibilityTime: 2500,
209209
onHide: () => {
210210
clearScannerAlert();
211211
},

screens/wallet/PayInvoice.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const PayInvoice = ({route}: Props) => {
260260
type: 'Liberal',
261261
text1: capitalizeFirst(t('error')),
262262
text2: e(msg),
263-
visibilityTime: 2000,
263+
visibilityTime: 2500,
264264
});
265265

266266
// route home

0 commit comments

Comments
 (0)