Hi guys,
I used this code to remove previously added image to an EditText
Those codes worked OK on JellyBean, but with Oreo, didn't work, app just closed.
Unfortunately, can pull the error log, caused it is tested on Oreo belong to others.
Any hint how to solve this?
I used this code to remove previously added image to an EditText
B4X:
Dim ETxt As JavaObject = EditTxt
ETxt.RunMethod("setCompoundDrawablesWithIntrinsicBounds",Array As Object(BMD,Null,Null,Null))
Those codes worked OK on JellyBean, but with Oreo, didn't work, app just closed.
Unfortunately, can pull the error log, caused it is tested on Oreo belong to others.
Any hint how to solve this?