From e3e91fd66fc9d177f34f39c23c304f63ce1fbed6 Mon Sep 17 00:00:00 2001 From: yashmantri Date: Tue, 25 Feb 2025 15:52:35 +0530 Subject: [PATCH] NTP-38623 | Dialer Bug Fixes --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 7f2a32b2..87bbf834 100644 --- a/App.tsx +++ b/App.tsx @@ -97,7 +97,7 @@ function App() { const askForPermissions = async () => { const permissionsToRequest = await getPermissionsToRequest(); - + if (Platform.OS === 'android') { PermissionsAndroid.requestMultiple(permissionsToRequest) .then(async (result) => {