You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: showkase-browser-testing/src/androidTest/java/com/airbnb/android/showkase_browser_testing/ShowkaseBrowserTest.kt
Copy file name to clipboardExpand all lines: showkase-processor/src/main/java/com/airbnb/android/showkase/processor/writer/ShowkaseCodegenMetadataWriter.kt
Copy file name to clipboardExpand all lines: showkase-processor/src/main/java/com/airbnb/android/showkase/processor/writer/ShowkaseExtensionFunctionsWriter.kt
+10-6
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,10 @@ internal class ShowkaseExtensionFunctionsWriter(
48
48
addParameter(
49
49
CONTEXT_PARAMETER_NAME, CONTEXT_CLASS_NAME
50
50
)
51
-
addKdoc("Helper function that's autogenerated and gives you an intent to start the "+
52
-
"ShowkaseBrowser.")
51
+
addKdoc(
52
+
"Helper function that's autogenerated and gives you an intent to start the "+
53
+
"ShowkaseBrowser."
54
+
)
53
55
receiver(SHOWKASE_OBJECT_CLASS_NAME)
54
56
returns(INTENT_CLASS_NAME)
55
57
addCode(
@@ -85,9 +87,11 @@ internal class ShowkaseExtensionFunctionsWriter(
Copy file name to clipboardExpand all lines: showkase-processor/src/main/java/com/airbnb/android/showkase/processor/writer/ShowkaseScreenshotTestWriter.kt
+4-2
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,10 @@ internal class ShowkaseScreenshotTestWriter(private val environment: XProcessing
0 commit comments