Do not manually handle orientation changes in ConversationActivity.

This commit is contained in:
Cody Henthorne 2023-08-18 12:34:50 -04:00
parent a242dba345
commit 8b2a535f19

View file

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