File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public fun <RenderingT : Any> View.showRendering(
107
107
108
108
// Update the tag's rendering and viewEnvironment before calling
109
109
// the actual showRendering function. Note that we update both the
110
- // new showing tag and the old workflowViewState backing View.getRendering().
110
+ // new workflow_screen tag and the old workflowViewState backing View.getRendering().
111
111
screen = asScreen(rendering)
112
112
workflowViewState = Started (rendering, viewEnvironment, viewState.showRendering)
113
113
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import com.squareup.workflow1.ui.WorkflowUiExperimentalApi
7
7
8
8
/* *
9
9
* Returns the most recent [Overlay] rendering [shown][OverlayDialogHolder.show] in this [Dialog],
10
- * or throws a [NullPointerException] ` if the receiver was not created via
10
+ * or throws a [NullPointerException] if the receiver was not created via
11
11
* [OverlayDialogFactory.buildDialog].
12
12
*/
13
13
@WorkflowUiExperimentalApi
You can’t perform that action at this time.
0 commit comments