AppOps: Guard against themes without colorAccent defined
If an applied theme omits the colorAccent attribute in their style AppOpsSummary will crash because typedValue.resourceId is 0. Check if typedValue.resourceId is 0 and if so use switch_accent_color for tab indicator color. Change-Id: Ib294fcdfd3bf3510aeb0d0f612bd5f46354e0b15 TICKET: CYNGNOS-2156
Loading