Skip to content

Commit

Permalink
CheckForUpdate at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Jan 16, 2020
1 parent 7e355a6 commit a3f5484
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Lurker.UI/ViewModels/ShellViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private void CurrentLurker_PoeClosed(object sender, System.EventArgs e)
private async void WaitForPoe()
{
await AffixService.InitializeAsync();

await this.CheckForUpdate();

this._currentLurker = new ClientLurker();
this._currentLurker.PoeClosed += CurrentLurker_PoeClosed;
Expand All @@ -311,8 +311,6 @@ private async void WaitForPoe()
this._clipboardLurker = new ClipboardLurker();
this._clipboardLurker.Newitem += this.ClipboardLurker_Newitem;
}

await this.CheckForUpdate();
}

/// <summary>
Expand Down

0 comments on commit a3f5484

Please sign in to comment.