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
We make the cored update method for `WorkflowLayout` public to give apps
complete control over how exactly they collect renderings.
Doing this because the `takeWhileAttached` method used by `start` is causing
problems. Opening this up lets those impacted by these problems avoid them.
In a downstream release, we will upgrade
`androidx.lifecycle:lifecycle-viewmodel` and update the convenient `start` to
use its improved API. Details in #632.
Copy file name to clipboardExpand all lines: workflow-ui/core-android/api/core-android.api
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,7 @@ public final class com/squareup/workflow1/ui/WorkflowLayout : android/widget/Fra
206
206
public final fun start (Lkotlinx/coroutines/flow/Flow;Lcom/squareup/workflow1/ui/ViewEnvironment;)V
207
207
public final fun start (Lkotlinx/coroutines/flow/Flow;Lcom/squareup/workflow1/ui/ViewRegistry;)V
208
208
public static synthetic fun start$default (Lcom/squareup/workflow1/ui/WorkflowLayout;Lkotlinx/coroutines/flow/Flow;Lcom/squareup/workflow1/ui/ViewEnvironment;ILjava/lang/Object;)V
209
+
public final fun update (Ljava/lang/Object;Lcom/squareup/workflow1/ui/ViewEnvironment;)V
209
210
}
210
211
211
212
public abstract class com/squareup/workflow1/ui/WorkflowViewState {
0 commit comments