Loading src/com/android/contacts/interactions/CallLogInteraction.java +2 −2 Original line number Diff line number Diff line Loading @@ -131,12 +131,12 @@ public class CallLogInteraction implements ContactInteraction { switch (type) { case Calls.INCOMING_TYPE: callArrow = res.getDrawable(CALL_ARROW_ICON_RES); callArrow.setColorFilter(res.getColor(R.color.call_arrow_green), callArrow.mutate().setColorFilter(res.getColor(R.color.call_arrow_green), PorterDuff.Mode.MULTIPLY); break; case Calls.MISSED_TYPE: callArrow = res.getDrawable(CALL_ARROW_ICON_RES); callArrow.setColorFilter(res.getColor(R.color.call_arrow_red), callArrow.mutate().setColorFilter(res.getColor(R.color.call_arrow_red), PorterDuff.Mode.MULTIPLY); break; case Calls.OUTGOING_TYPE: Loading Loading
src/com/android/contacts/interactions/CallLogInteraction.java +2 −2 Original line number Diff line number Diff line Loading @@ -131,12 +131,12 @@ public class CallLogInteraction implements ContactInteraction { switch (type) { case Calls.INCOMING_TYPE: callArrow = res.getDrawable(CALL_ARROW_ICON_RES); callArrow.setColorFilter(res.getColor(R.color.call_arrow_green), callArrow.mutate().setColorFilter(res.getColor(R.color.call_arrow_green), PorterDuff.Mode.MULTIPLY); break; case Calls.MISSED_TYPE: callArrow = res.getDrawable(CALL_ARROW_ICON_RES); callArrow.setColorFilter(res.getColor(R.color.call_arrow_red), callArrow.mutate().setColorFilter(res.getColor(R.color.call_arrow_red), PorterDuff.Mode.MULTIPLY); break; case Calls.OUTGOING_TYPE: Loading