From 65314e628e536e27adc5da9655d4bedac76916f1 Mon Sep 17 00:00:00 2001 From: Vinay Gaba Date: Thu, 11 Jan 2024 13:01:48 -0800 Subject: [PATCH] Fix missing cateogry of originating elements (#372) --- .../showkase/processor/writer/ShowkaseBrowserPropertyWriter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showkase-processor/src/main/java/com/airbnb/android/showkase/processor/writer/ShowkaseBrowserPropertyWriter.kt b/showkase-processor/src/main/java/com/airbnb/android/showkase/processor/writer/ShowkaseBrowserPropertyWriter.kt index 533b06a9..942c4580 100644 --- a/showkase-processor/src/main/java/com/airbnb/android/showkase/processor/writer/ShowkaseBrowserPropertyWriter.kt +++ b/showkase-processor/src/main/java/com/airbnb/android/showkase/processor/writer/ShowkaseBrowserPropertyWriter.kt @@ -238,7 +238,7 @@ internal data class ShowkaseBrowserProperties( colors.isEmpty() && typography.isEmpty() - fun zip() = componentsWithPreviewParameters + componentsWithPreviewParameters + colors + typography + fun zip() = componentsWithPreviewParameters + componentsWithoutPreviewParameters + colors + typography operator fun plus(other: ShowkaseBrowserProperties): ShowkaseBrowserProperties { return ShowkaseBrowserProperties(