Skip to content

Commit

Permalink
Fix upside down screen orientation (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands authored May 14, 2024
2 parents c29044a + 077932e commit 9c4f9ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions networksurvey/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<activity
android:name=".NetworkSurveyActivity"
android:launchMode="singleTask"
android:screenOrientation="fullSensor"
android:theme="@style/NetworkSurveyTheme"
android:windowSoftInputMode="adjustPan"
android:exported="true">
Expand Down Expand Up @@ -115,4 +114,4 @@

</application>

</manifest>
</manifest>

0 comments on commit 9c4f9ab

Please sign in to comment.