wordpress-mobile / AztecEditor-Android

A reusable native Android rich text editor component.
Mozilla Public License 2.0
681 stars 115 forks source link

Android API 26 : FATAL EXCEPTION: java.lang.IllegalArgumentException: Required value was null. #1081

Open MaqsoodAndroid opened 1 month ago

MaqsoodAndroid commented 1 month ago

Expected

App should not crash when render the html on API 26

Observed

App is crashing

Reproduced

Screenshot 2024-05-15 at 2 27 59 PM

Tested

[Android SDK build for arm 64] on [8.0.0] with [v2.1.3]

MaqsoodAndroid commented 1 month ago

visualEditor.isEnabled = false its crashed.

override fun getDefaultEditable(): Boolean { return false }