Browse Source

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

No quick fix found so far.
feature/bma/flipper
Benoit Marty 2 years ago committed by Benoit Marty
parent
commit
dd4d2bcd74
  1. 5
      app/src/main/AndroidManifest.xml

5
app/src/main/AndroidManifest.xml

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

Loading…
Cancel
Save