diff --git a/leakcanary-android/src/main/java/com/squareup/leakcanary/AndroidExcludedRefs.java b/leakcanary-android/src/main/java/com/squareup/leakcanary/AndroidExcludedRefs.java index a5dcb1057a..03d5210fdf 100644 --- a/leakcanary-android/src/main/java/com/squareup/leakcanary/AndroidExcludedRefs.java +++ b/leakcanary-android/src/main/java/com/squareup/leakcanary/AndroidExcludedRefs.java @@ -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