I have added android:configChanges="orientation|screenSize" attribute for the activity containing autofittextview in manifest because I don't want the activity to be recreated on configuration change. Now if I put the app in background, on coming back to foreground again autofittextview is clipped. Does anyone have any idea about how to fix this issue?
Note: This issue is not observed in default android TextView.
I have added
android:configChanges="orientation|screenSize"
attribute for the activity containing autofittextview in manifest because I don't want the activity to be recreated on configuration change. Now if I put the app in background, on coming back to foreground again autofittextview is clipped. Does anyone have any idea about how to fix this issue?Note: This issue is not observed in default android TextView.