commit | 857c341dfe36324fb32d7debc06d536cd8a9add1 | [log] [tgz] |
---|---|---|
author | Gilles Debunne <debunne@google.com> | Thu Jun 07 10:50:58 2012 -0700 |
committer | Gilles Debunne <debunne@google.com> | Thu Jun 07 10:51:06 2012 -0700 |
tree | 5e5449a6fc98d366f61583f00215015eacfec76b | |
parent | 6cd19e0266b3f4277f13dab7e9a86ebdd9905ee9 [diff] |
Fixed cast exception with selectable text. Bug 6550358 The EditText constructor now calls setTextIsSelectable, which uses getText where the cast exception happens because the EditText is not yet fully built and its text does not have the right type. Fixed by using mText directly instead of getText(). Change-Id: I52a2720ae99475881f210ac74464728cab92147e