* commit 'b25d417fce0e0467187ac187a4dabae75d5dc83d': Make the Next key navigate between TextViews
This commit is contained in:
@@ -5517,7 +5517,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
* call performClick(), but that won't do anything in
|
||||
* this case.)
|
||||
*/
|
||||
if (hasOnClickListeners()) {
|
||||
if (!hasOnClickListeners()) {
|
||||
if (mMovement != null && mText instanceof Editable
|
||||
&& mLayout != null && onCheckIsTextEditor()) {
|
||||
InputMethodManager imm = InputMethodManager.peekInstance();
|
||||
@@ -5554,7 +5554,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
* call performClick(), but that won't do anything in
|
||||
* this case.)
|
||||
*/
|
||||
if (hasOnClickListeners()) {
|
||||
if (!hasOnClickListeners()) {
|
||||
View v = focusSearch(FOCUS_DOWN);
|
||||
|
||||
if (v != null) {
|
||||
|
||||
Reference in New Issue
Block a user