Skip to content

Commit

Permalink
ignore leakcanary issue #297; AOSP issue #188551
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanion committed Oct 4, 2015
1 parent 11f7759 commit 2219fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public enum AndroidExcludedRefs {
},

EDITTEXT_BLINK_MESSAGEQUEUE {
@Override void add(ExludedRefs.Builder excluded) {
@Override void add(ExcludedRefs.Builder excluded) {
// The EditText Blink of the Cursor is implemented using a callback and Messages, which
// trigger the display of the Cursor. If an AlertDialog or DialogFragment that contains a
// blinking cursor is detached a message is posted with a delay after the
Expand Down

0 comments on commit 2219fac

Please sign in to comment.