android - Clear EditText error message onActivityResult -


in android 5.0 project, have edittext widget displays errors seterror(error) method. if try clear error seterror(null) in onactivityresult callback, error persists: view not updated sure seterror(null) invoked. tried invalidate() statement after doesn't solve problem. bug of android 5.0 lollipop or there new practice clear error message?

the problem present in android 5.0 (api 21) emulator not in 4.1.1 (api 16)


edit: project member answered:

this has been fixed internally not in aosp yet.

https://code.google.com/p/android/issues/detail?id=81870


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -