Error can be raised when an EVE client is closed while the thumbnails list is being updated
This commit is contained in:
@@ -127,7 +127,7 @@ namespace EveOPreview.View
|
||||
public new void Close()
|
||||
{
|
||||
this.IsActive = false;
|
||||
this._thumbnail.Unregister();
|
||||
this._thumbnail?.Unregister();
|
||||
this._overlay.Close();
|
||||
base.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user