ResourcesCompat logs some warnings
Failed to inflate ColorStateList, leaving it to the framework at cx.ring.databinding.FragConversationBinding.inflate(FragConversationBinding.java:234)
Failed to inflate ColorStateList, leaving it to the framework at cx.ring.databinding.FragConversationBinding.inflate(FragConversationBinding.java:234)
added SprintTo review bug labels
assigned to @pnicolas
I don't know what the bug is but I found out it came from
jami-android/app/src/main/res/layout/frag_conversation.xml
Line 155 and 165
style="@style/ButtonOutLined"
changed with
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
and looks better
mentioned in commit ab097c70
added SprintDone label and removed SprintTo review label
closed