1
This commit is contained in:
@@ -94,7 +94,6 @@ namespace BITKit
|
||||
try
|
||||
{
|
||||
await currentElement.ExitAsync();
|
||||
currentElement.Exited();
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
@@ -104,6 +103,7 @@ namespace BITKit
|
||||
{
|
||||
BIT4Log.LogException(e);
|
||||
}
|
||||
currentElement.Exited();
|
||||
currentElement.IsEntered = false;
|
||||
OnExit?.Invoke(currentElement);
|
||||
}
|
||||
|
Reference in New Issue
Block a user