Loading core/java/android/widget/Editor.java +2 −1 Original line number Diff line number Diff line Loading @@ -926,7 +926,8 @@ public class Editor { } void onLocaleChanged() { // Will be re-created on demand in getWordIterator with the proper new locale // Will be re-created on demand in getWordIterator and getWordIteratorWithText with the // proper new locale mWordIterator = null; mWordIteratorWithText = null; } Loading core/java/android/widget/TextView.java +1 −2 Original line number Diff line number Diff line Loading @@ -8923,8 +8923,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener } void onLocaleChanged() { // Will be re-created on demand in getWordIterator with the proper new locale mEditor.mWordIterator = null; mEditor.onLocaleChanged(); } /** Loading Loading
core/java/android/widget/Editor.java +2 −1 Original line number Diff line number Diff line Loading @@ -926,7 +926,8 @@ public class Editor { } void onLocaleChanged() { // Will be re-created on demand in getWordIterator with the proper new locale // Will be re-created on demand in getWordIterator and getWordIteratorWithText with the // proper new locale mWordIterator = null; mWordIteratorWithText = null; } Loading
core/java/android/widget/TextView.java +1 −2 Original line number Diff line number Diff line Loading @@ -8923,8 +8923,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener } void onLocaleChanged() { // Will be re-created on demand in getWordIterator with the proper new locale mEditor.mWordIterator = null; mEditor.onLocaleChanged(); } /** Loading