From 8e95ea947bf0699051c51b21f1b6d62e6768b943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Tue, 21 May 2024 14:48:23 -0400 Subject: [PATCH] Update WidgetCommunication.ios.tsx --- components/WidgetCommunication.ios.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/WidgetCommunication.ios.tsx b/components/WidgetCommunication.ios.tsx index 6bda362ff..5dcb3de30 100644 --- a/components/WidgetCommunication.ios.tsx +++ b/components/WidgetCommunication.ios.tsx @@ -18,6 +18,7 @@ export const isBalanceDisplayAllowed = async (): Promise => { const displayBalance = await DefaultPreference.get(WidgetCommunicationKeys.DisplayBalanceAllowed); return displayBalance === '1'; } catch { + await setBalanceDisplayAllowed(true); return true; } };