Loading legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messagelist/SwipeResourceProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ fun Context.resolveColorAttribute(attrId: Int): Int { val found = theme.resolveAttribute(attrId, typedValue, true) if (!found) { error("Couldn't resolve attribute ($attrId)") error("Couldn't resolve attribute (${resources.getResourceName(attrId)}") } return typedValue.data Loading Loading
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messagelist/SwipeResourceProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ fun Context.resolveColorAttribute(attrId: Int): Int { val found = theme.resolveAttribute(attrId, typedValue, true) if (!found) { error("Couldn't resolve attribute ($attrId)") error("Couldn't resolve attribute (${resources.getResourceName(attrId)}") } return typedValue.data Loading