Skip to content

Commit

Permalink
Merge pull request #115 from xmtp-labs/saulmc/portrait-only
Browse files Browse the repository at this point in the history
Portrait orientation only
  • Loading branch information
alexrisch authored May 31, 2024
2 parents 6a35be0 + ebc22d3 commit 8594ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<application
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning"/>
tools:ignore="GoogleAppIndexingWarning"
android:screenOrientation="portrait" />
</manifest>
2 changes: 0 additions & 2 deletions ios/EphemeraMobileChat/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
Expand Down

0 comments on commit 8594ab5

Please sign in to comment.