loadingNode: hide ProgressIndicator in some cases.

This commit is contained in:
Benoit Marty 2025-09-30 11:54:43 +02:00
parent fa77166092
commit 36070c3e2b
4 changed files with 10 additions and 5 deletions

View file

@ -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 {