Skip to content

Commit 9661c82

Browse files
Update StackNavigationManager.cs
1 parent 22d79fc commit 9661c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Core/src/Platform/Android/Navigation/StackNavigationManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Threading.Tasks;
43
using Android.Content;
54
using Android.OS;
65
using Android.Views;
@@ -329,6 +328,8 @@ void UpdateNavigationStack(IReadOnlyList<IView> newPageStack)
329328

330329
public virtual void Disconnect()
331330
{
331+
_navigationQueue.Clear();
332+
332333
if (IsNavigating)
333334
NavigationFinished(NavigationView);
334335

0 commit comments

Comments
 (0)