Skip to content

Commit b548413

Browse files
committed
Remove unnecessary navigation flag resets
- Deleted redundant calls to reset the Navigating flag. - Cleaned up code for better readability and efficiency.
1 parent b16b654 commit b548413

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Stellar.Maui.PopUp/Extensions/PopupNavigationObservableExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ await Task.WhenAll(
153153

154154
return Unit.Default;
155155
})
156-
.Do(_ => Navigating = false)
157156
.Subscribe();
158157
}
159158

@@ -215,7 +214,6 @@ await Task.WhenAll(
215214

216215
return Unit.Default;
217216
})
218-
.Do(_ => Navigating = false)
219217
.Subscribe();
220218
}
221219

0 commit comments

Comments
 (0)