Fixed issue with dialog opening but is not closing due to request running into a "ContentControlHandler" after the dialog's await state has been completed.
This commit is contained in:
@@ -3,7 +3,7 @@ using Toolkit.Framework.Foundation;
|
||||
|
||||
namespace Toolkit.Framework.Avalonia;
|
||||
|
||||
public record Navigation<TRoute> : IRequest<bool> where TRoute : TemplatedControl
|
||||
public record Navigation<TRoute> : IRequest where TRoute : TemplatedControl
|
||||
{
|
||||
public TRoute Route { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user