Skip to content

Commit

Permalink
portrait only
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmc committed May 31, 2024
1 parent 6a35be0 commit ebc22d3
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 ebc22d3

Please sign in to comment.