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

Commit e2be8b42 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix for private numbers in call shortcut being dialable" into klp-dev

parents 6c2b2ec2 a8dab0a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -534,6 +534,8 @@ public class CallLogAdapter extends GroupingListAdapter
        } else if (PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)) {
            // Sets the primary action to call the number.
            views.primaryActionView.setTag(IntentProvider.getReturnCallIntentProvider(number));
        } else {
            views.primaryActionView.setTag(null);
        }

        // Store away the voicemail information so we can play it directly.