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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -