commit | cdfe899991c365d9e197d83f8859089cae082011 | [log] [tgz] |
---|---|---|
author | Gilles Debunne <debunne@google.com> | Fri Feb 04 16:50:01 2011 -0800 |
committer | Gilles Debunne <debunne@google.com> | Fri Feb 04 16:50:01 2011 -0800 |
tree | 8696c09676282ae75f277f306d719e785e24d782 | |
parent | c0728cc042bd5cc6ab520d3395deec50481f8f5a [diff] |
Fix for multiple merge problem. Change-Id: I5d9c497f44aa9cdc34c195c41e02c3d7353c3fb4
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index b3da9dd..0afd5a0 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java
@@ -8246,9 +8246,7 @@ } @Override - public void onDetached() { - removeCallbacks(mHider); - } + public void onDetached() {} } private void hideInsertionPointCursorController() {