From ba0d51222597bc5e5ef8b9074097cf12950aad64 Mon Sep 17 00:00:00 2001 From: Sarmad Hashmi Date: Mon, 25 Jan 2016 17:35:36 -0800 Subject: Fixing build + A merge was performed improperly which caused an import to be removed, but the code using the imported object wasn't. This resulted in build failures since the necessary class wasn't imported. + This change properly performs the merge of cdc14da9275c67d123b55e668f48f73c4b58d948. Change-Id: Ifb78cc75aff18a9c632c7c5e1a3121858383296a --- src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java') diff --git a/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java b/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java index aa19d25fe..7cb35f514 100644 --- a/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java +++ b/src/com/android/dialer/calllog/CallLogAsyncTaskUtil.java @@ -353,8 +353,6 @@ public class CallLogAsyncTaskUtil { Intent intent = new Intent(context, CallLogNotificationsService.class); intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_VOICEMAILS_AS_OLD); context.startService(intent); - - ((DialtactsActivity) context).updateTabUnreadCounts(); return null; } }); @@ -416,7 +414,6 @@ public class CallLogAsyncTaskUtil { }); } - /** * Updates the duration of a voicemail call log entry if the duration given is greater than 0, * and if if the duration currently in the database is less than or equal to 0 (non-existent). -- cgit v1.2.3