Răsfoiți Sursa

update app/src/main/AndroidManifest.xml

wudebin 4 luni în urmă
părinte
comite
30ba256df4
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      Strides-SPAPP/android/app/src/main/AndroidManifest.xml

+ 1 - 0
Strides-SPAPP/android/app/src/main/AndroidManifest.xml

@@ -30,6 +30,7 @@
         <activity
           android:name=".MainActivity"
           android:label="@string/app_name"
+          android:screenOrientation="portrait"
           android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
           android:launchMode="singleTask"
           android:windowSoftInputMode="adjustResize"