Support Forum

Ask a Question
Back to all

Android SDK issue: autoResizeHeight warning persists on om.taboola:android-sdk:4.0.37

I am contacting you regarding an issue with the Android SDK (version com.taboola:android-sdk:4.0.37).

I am getting the following error in the logs:
"Feed type widget should never have AutoResizeHeight set to true. Setting it to false"

Even though I explicitly set autoResizeHeight to false in code:

Kotlin
extraProperties["autoResizeHeight"] = "false"
tblUnit?.setUnitExtraProperties(extraProperties)
The log warning/error continues to appear.

I am concerned that this behavior might be related to a critical ANR issue we are experiencing on the screens where this widget component is used.

Could you please advise on why this property is not being applied correctly, or if there is another recommended way to disable autoResizeHeight in Feed widgets for this SDK version?

Best regards,