Skip to content

Commit 15af4c2

Browse files
Implement better error visualization for linking.canOpen errors
1 parent 41bd637 commit 15af4c2

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

src/components/modals/ChangeLanguageModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { colors, weblateUrl } from '@/constants';
2626
import { useAppDispatch } from '@/store';
2727
import type { SupportedLanguage } from '@/translations';
2828
import { supportedLanguages } from '@/translations';
29+
import Toast from 'react-native-toast-message';
2930

3031
const log = rootLogging.extend('ChangeLanguageModal');
3132

src/views/navigation/screens/InformationGroup/LicensesScreen.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import { StyledView } from '@/style';
1515
import type { PropsWithNavigation } from '@/views/navigation/NavigationStack';
1616

1717
import licenses from '@root/licenses.json';
18+
import Toast from 'react-native-toast-message';
19+
20+
const log = rootLogging.extend('LicensesScreen');
1821

1922
const log = rootLogging.extend('LicensesScreen');
2023

src/views/navigation/screens/InformationGroup/SystemInformationScreen.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ import { colors, spacing } from '@/constants';
2828
import { useAppDispatch, useAppSelector } from '@/store';
2929
import { StyledView } from '@/style';
3030
import type { PropsWithNavigation } from '@/views/navigation/NavigationStack';
31+
import Toast from 'react-native-toast-message';
32+
33+
const log = rootLogging.extend('SystemInformationScreen');
3134

3235
const log = rootLogging.extend('SystemInformationScreen');
3336

0 commit comments

Comments
 (0)