Skip to content

Commit

Permalink
Add screenSize to manifest, fix #154
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Oct 29, 2014
1 parent a0e4007 commit f2607f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<activity android:name=".MainWindow" android:label="@string/app_name"
android:launchMode="singleTask"
android:configChanges="orientation|keyboardHidden">
android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand All @@ -36,6 +36,7 @@

<activity android:name=".chat.ChatWindow" android:label="@string/app_name"
android:alwaysRetainTaskState="true"
android:configChanges="orientation|keyboardHidden|screenSize"
android:windowSoftInputMode="stateHidden">
</activity>

Expand Down

0 comments on commit f2607f3

Please sign in to comment.