It seems to work for me. I believe you also wrote extraAction1 code as below?
> extraAction1 =
> NotificationCompat.Action.Builder(
> IconCompat.createWithResource(context, R.drawable.call_24px),
> "My Text",
> myPendingIntent
> ).build()