Skip to content

Commit 2fe373e

Browse files
committed
CU-868f7hkrj Minor fix for PR 159
1 parent 938e578 commit 2fe373e

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

app.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
4747
infoPlist: {
4848
UIBackgroundModes: ['remote-notification', 'audio', 'bluetooth-central', 'voip'],
4949
ITSAppUsesNonExemptEncryption: false,
50+
UIViewControllerBasedStatusBarAppearance: false,
5051
NSBluetoothAlwaysUsageDescription: 'Allow Resgrid Unit to connect to bluetooth devices for PTT.',
5152
},
5253
entitlements: {

0 commit comments

Comments
 (0)