From d8f6c8a05078bf9179db8aa6bc6c96cbbac4b915 Mon Sep 17 00:00:00 2001 From: mdooley Date: Mon, 25 Sep 2017 10:31:17 -0700 Subject: Fixing bug where missed call notifications were getting clobbered The problem was that the same notification id was being used by both VisualVoicemailNotifier and MissedCallNotifier, causing the voicemail notification update code to filter out missed call notifications instead of ignoring them. Bug: 66168999 Test: manual and verified existing unit tests pass PiperOrigin-RevId: 169925851 Change-Id: Ifa69506a250557dd7bba631122fdd6d0744d6341 --- java/com/android/dialer/app/calllog/VisualVoicemailUpdateTask.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'java/com/android/dialer/app') diff --git a/java/com/android/dialer/app/calllog/VisualVoicemailUpdateTask.java b/java/com/android/dialer/app/calllog/VisualVoicemailUpdateTask.java index abbb60679..25444834d 100644 --- a/java/com/android/dialer/app/calllog/VisualVoicemailUpdateTask.java +++ b/java/com/android/dialer/app/calllog/VisualVoicemailUpdateTask.java @@ -121,9 +121,7 @@ class VisualVoicemailUpdateTask implements Worker