loadingNode: hide ProgressIndicator in some cases.
This commit is contained in:
parent
fa77166092
commit
36070c3e2b
4 changed files with 10 additions and 5 deletions
|
|
@ -95,7 +95,7 @@ class LockScreenSettingsFlowNode(
|
|||
override fun resolve(navTarget: NavTarget, buildContext: BuildContext): Node {
|
||||
return when (navTarget) {
|
||||
NavTarget.Loading -> {
|
||||
loadingNode(buildContext)
|
||||
loadingNode(buildContext, showProgressIndicator = false)
|
||||
}
|
||||
NavTarget.Unlock -> {
|
||||
val callback = object : PinUnlockNode.Callback {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue