Commit 65a4568e authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add AuthenticationActivity screen orientation (portrait).

parent 16cfc480
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
<activity <activity
android:name=".app.AuthenticationActivity" android:name=".app.AuthenticationActivity"
android:configChanges="orientation"
android:screenOrientation="portrait"
android:theme="@style/AuthenticationTheme"> android:theme="@style/AuthenticationTheme">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment