Skip to content

Commit

Permalink
fix: android crashes (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa authored May 31, 2023
1 parent 0189c48 commit 407847e
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 29 deletions.
12 changes: 6 additions & 6 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false />
<key>LSApplicationQueriesSchemes</key>
<array>
<string>mailto</string>
<string>googlegmail</string>
<string>ms-outlook</string>
</array>
<key>IonAppId</key>
<string>196a538d</string>
<key>IonChannelName</key>
Expand All @@ -70,11 +76,5 @@
<string>30</string>
<key>IonApi</key>
<string>https://api.ionicjs.com</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>mailto</string>
<string>googlegmail</string>
<string>ms-outlook</string>
</array>
</dict>
</plist>
Loading

0 comments on commit 407847e

Please sign in to comment.