We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb423a7 commit e8dcb9bCopy full SHA for e8dcb9b
2 files changed
screens/Scan.tsx
@@ -205,7 +205,7 @@ const Scan = ({route}: Props) => {
205
type: 'Liberal',
206
text1: capitalizeFirst(t('scanner')),
207
text2: scannerAlertMsg,
208
- visibilityTime: 1750,
+ visibilityTime: 2500,
209
onHide: () => {
210
clearScannerAlert();
211
},
screens/wallet/PayInvoice.tsx
@@ -260,7 +260,7 @@ const PayInvoice = ({route}: Props) => {
260
261
text1: capitalizeFirst(t('error')),
262
text2: e(msg),
263
- visibilityTime: 2000,
264
});
265
266
// route home
0 commit comments