Temporary block orientation to sensorPortrait because the RichTextEditor library is crashing on configuration change.

No quick fix found so far.
This commit is contained in:
Benoit Marty 2022-11-22 16:12:20 +01:00 committed by Benoit Marty
parent 5dc7999a97
commit dd4d2bcd74

View file

@ -13,10 +13,13 @@
android:supportsRtl="true"
android:theme="@style/Theme.ElementX"
tools:targetApi="33">
<!-- Note: temporary block orientation to sensorPortrait because the RichTextEditor library is crashing on configuration change -->
<activity
android:name=".MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize">
android:screenOrientation="sensorPortrait"
android:windowSoftInputMode="adjustResize"
tools:ignore="LockedOrientationActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />