Revert "Do not manually handle orientation changes in ConversationActivity."
This reverts commit 8b2a535f19
.
This commit is contained in:
parent
1fbcd9b362
commit
9b1da3cfa0
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@
|
|||
<activity android:name=".conversation.v2.ConversationActivity"
|
||||
android:windowSoftInputMode="stateUnchanged"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|screenLayout|screenSize"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:exported="false">
|
||||
<meta-data
|
||||
|
|
Loading…
Add table
Reference in a new issue