From bf7ec1abae15f5ed5c8bb25cd7a00c42cf79b7fd Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 4 Apr 2025 15:48:16 +0300 Subject: [PATCH] add a lil toast --- src/screens/Settings/Settings.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx index 8736596597..76eb482034 100644 --- a/src/screens/Settings/Settings.tsx +++ b/src/screens/Settings/Settings.tsx @@ -3,7 +3,7 @@ import {LayoutAnimation, Pressable, View} from 'react-native' import {Linking} from 'react-native' import {useReducedMotion} from 'react-native-reanimated' import {type AppBskyActorDefs, moderateProfile} from '@atproto/api' -import {msg, Trans} from '@lingui/macro' +import {msg, t, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useNavigation} from '@react-navigation/native' import {type NativeStackScreenProps} from '@react-navigation/native-stack' @@ -368,6 +368,7 @@ function DevOptions() { ...persisted.get('reminders'), lastEmailConfirm: lastEmailConfirm.toISOString(), }) + Toast.show(t`You probably want to restart the app now.`) } return (