Revert "Do not manually handle orientation changes in ConversationActivity."

This reverts commit 8b2a535f19.
This commit is contained in:
Cody Henthorne 2023-08-22 19:49:39 -04:00
parent 1fbcd9b362
commit 9b1da3cfa0

View file

@ -622,7 +622,7 @@
<activity android:name=".conversation.v2.ConversationActivity" <activity android:name=".conversation.v2.ConversationActivity"
android:windowSoftInputMode="stateUnchanged" android:windowSoftInputMode="stateUnchanged"
android:launchMode="singleTask" android:launchMode="singleTask"
android:configChanges="touchscreen|keyboard|keyboardHidden|screenLayout|screenSize" android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:parentActivityName=".MainActivity" android:parentActivityName=".MainActivity"
android:exported="false"> android:exported="false">
<meta-data <meta-data