Added Validation logics
This commit is contained in:
@@ -94,8 +94,6 @@ public class ContentDialogHandler(IDispatcher dispatcher) :
|
||||
deactivatable.DeactivateHandler += DeactivateHandler;
|
||||
}
|
||||
|
||||
// A hack to wait for the dialog to finish loading up to make it appear more responsive
|
||||
await Task.Delay(250);
|
||||
if (content is IActivated activated)
|
||||
{
|
||||
await activated.OnActivated();
|
||||
|
||||
Reference in New Issue
Block a user