Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a8c5bfa authored by Devci Telephony's avatar Devci Telephony Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Dailer: Fix dialer app crash issue" into atel.lnx.2.0-dev

parents 6dd19b9b 1aa32690
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -183,9 +183,11 @@ public class CallLogAdapter extends GroupingListAdapter
                if (viewHolder.callType == CallLog.Calls.MISSED_TYPE) {
                    CallLogAsyncTaskUtil.markCallAsRead(mContext, viewHolder.callIds);
                    if (mActivityType == ACTIVITY_TYPE_DIALTACTS) {
                        if (v.getContext() instanceof DialtactsActivity) {
                            ((DialtactsActivity) v.getContext()).updateTabUnreadCounts();
                        }
                    }
                }
                expandViewHolderActions(viewHolder);
            }