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

Commit f764730a authored by Paul Soulos's avatar Paul Soulos
Browse files

Fixes break from ag/530785

Change-Id: I8d729da69bc0d9ff0cc5e8e5cdb4de013bf00199
parent 48fc9121
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1288,7 +1288,7 @@ public class QuickContactActivity extends ContactsActivity {
                alternateContentDescription = context.getResources().getString(R.string.sms_other);

                // Add video call button if supported
                if (CallUtil.isVideoEnabled()) {
                if (CallUtil.isVideoEnabled(context)) {
                    thirdIcon = context.getResources().getDrawable(R.drawable.ic_videocam);
                    thirdIntent = CallUtil.getVideoCallIntent(phone.getNumber(),
                            CALL_ORIGIN_QUICK_CONTACTS_ACTIVITY);