OSDN Git Service

Re-initialize error after attach
authorDaniel 2 Olofsson <daniel2.olofsson@sonymobile.com>
Tue, 13 Aug 2013 08:30:26 +0000 (10:30 +0200)
committerRaph Levien <raph@google.com>
Fri, 14 Mar 2014 21:49:23 +0000 (14:49 -0700)
commit09421fab0784bcfc6660a09d02faea7835c28e31
tree151ef844113561054357862044400dc1189098ba
parenteb95e74e21a0e910704ca2fd67e074ab640bfba3
Re-initialize error after attach

If flag for error after attach is not reinitialized, it may cause
NullPointerException on subsequent onAttachedWindow if error text
was reset to null.

Change-Id: I8976c28a6ca71017e5c4b3f29d4eeeb2eda48c38
core/java/android/widget/Editor.java