Merge branch 'develop' into fix/network-location

This commit is contained in:
lance chant
2026-07-15 08:54:07 +02:00
committed by GitHub
42 changed files with 579 additions and 1202 deletions

View File

@@ -58,7 +58,7 @@ export const QuickConnect: React.FC<Props> = ({ ...props }) => {
successHapticFeedback();
Alert.alert(
t("home.settings.quick_connect.success"),
t("home.settings.quick_connect.quick_connect_autorized"),
t("home.settings.quick_connect.quick_connect_authorized"),
);
setQuickConnectCode(undefined);
bottomSheetModalRef?.current?.close();