Skip to content

Commit cdfe899

Browse files
author
Gilles Debunne
committed
Fix for multiple merge problem.
Change-Id: I5d9c497f44aa9cdc34c195c41e02c3d7353c3fb4
1 parent c0728cc commit cdfe899

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/java/android/widget/TextView.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8246,9 +8246,7 @@ public void onTouchModeChanged(boolean isInTouchMode) {
82468246
}
82478247

82488248
@Override
8249-
public void onDetached() {
8250-
removeCallbacks(mHider);
8251-
}
8249+
public void onDetached() {}
82528250
}
82538251

82548252
private void hideInsertionPointCursorController() {

0 commit comments

Comments
 (0)