Commit c1e79b4
Gilles Debunne
Fix NPE on Activity start in TextView
Bug 6065279
The selection can be created programatically, and mEditor may be null
when it happens.
Make sure mEditor is created to display the selection highlight.
Change-Id: Idd66a5fd4ad327f9b390b539574e6878c794ba4a1 parent a16c98c commit c1e79b4
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2980 | 2980 | | |
2981 | 2981 | | |
2982 | 2982 | | |
2983 | | - | |
2984 | | - | |
| 2983 | + | |
2985 | 2984 | | |
2986 | 2985 | | |
2987 | 2986 | | |
| |||
6983 | 6982 | | |
6984 | 6983 | | |
6985 | 6984 | | |
| 6985 | + | |
| 6986 | + | |
| 6987 | + | |
6986 | 6988 | | |
6987 | 6989 | | |
6988 | 6990 | | |
| |||
0 commit comments