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 40fe809 commit 11f7759
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ public enum AndroidExcludedRefs {
excluded.instanceField("android.view.Choreographer$FrameDisplayEventReceiver",
"mMessageQueue", true);
}
};
},

EDITTEXT_BLINK_MESSAGEQEUE {
EDITTEXT_BLINK_MESSAGEQUEUE {
@Override void add(ExludedRefs.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
Expand Down

0 comments on commit 11f7759

Please sign in to comment.