Loading app/ui/legacy/src/main/java/com/fsck/k9/ui/messageview/RecipientNamesView.kt +5 −0 Original line number Diff line number Diff line Loading @@ -108,6 +108,11 @@ class RecipientNamesView(context: Context, attrs: AttributeSet?) : ViewGroup(con } override fun onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int) { if (numberOfRecipients == 0) { // There's nothing to display return } val availableWidth = width val recipientLayoutData = recipientLayoutCreator.createRecipientLayout( Loading Loading
app/ui/legacy/src/main/java/com/fsck/k9/ui/messageview/RecipientNamesView.kt +5 −0 Original line number Diff line number Diff line Loading @@ -108,6 +108,11 @@ class RecipientNamesView(context: Context, attrs: AttributeSet?) : ViewGroup(con } override fun onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int) { if (numberOfRecipients == 0) { // There's nothing to display return } val availableWidth = width val recipientLayoutData = recipientLayoutCreator.createRecipientLayout( Loading