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

Commit 08b39346 authored by Yorke Lee's avatar Yorke Lee
Browse files

Use correct assets for more notification icons

Bug: 17879740
Change-Id: I6320cb60cdcc06408b576396d187cdfc1844b1c3
parent 158d4843
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -511,7 +511,7 @@ public class StatusBarNotifier implements InCallPresenter.InCallStateListener {

        PendingIntent hangupPendingIntent =
                createNotificationPendingIntent(mContext, InCallApp.ACTION_HANG_UP_ONGOING_CALL);
        builder.addAction(R.drawable.fab_ic_end_call,
        builder.addAction(R.drawable.ic_call_end_white_24dp,
                mContext.getText(R.string.notification_action_end_call),
                hangupPendingIntent);
    }
@@ -531,7 +531,7 @@ public class StatusBarNotifier implements InCallPresenter.InCallStateListener {

        PendingIntent answerVoicePendingIntent = createNotificationPendingIntent(
                mContext, InCallApp.ACTION_ANSWER_VOICE_INCOMING_CALL);
        builder.addAction(R.drawable.fab_ic_call,
        builder.addAction(R.drawable.ic_call_white_24dp,
                mContext.getText(R.string.notification_action_answer_voice),
                answerVoicePendingIntent);
    }