Commit 857c341
Gilles Debunne
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: I52a2720ae99475881f210ac74464728cab92147e1 parent 6cd19e0 commit 857c341
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4656 | 4656 | | |
4657 | 4657 | | |
4658 | 4658 | | |
4659 | | - | |
| 4659 | + | |
4660 | 4660 | | |
4661 | 4661 | | |
4662 | 4662 | | |
| |||
0 commit comments