Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0433c157 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "TextViews keep focus after Done" into ics-mr1

parents b2aa672f 64794489
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3816,7 +3816,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                if (imm != null && imm.isActive(this)) {
                    imm.hideSoftInputFromWindow(getWindowToken(), 0);
                }
                clearFocus();
                return;
            }
        }