Skip to content

Commit

Permalink
Fix lock when accepting privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Swan committed Jul 17, 2020
1 parent d2b8694 commit 4af1ccf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Quaver.Shared/Graphics/Dialogs/Online/TermsOfServiceDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public TermsOfServiceDialog() : base("ACCEPT TERMS OF SERVICE", "Terms of Servic
dialog.YesButton.Clicked += (o, eventArgs) =>
{
ConfigManager.AcceptedTermsAndPrivacyPolicy.Value = true;
ConfigManager.WriteConfigFileAsync().Wait();
Logger.Important("User accepted terms of service & privacy policy. Logging in!", LogType.Runtime);
OnlineManager.Login();
Expand Down

0 comments on commit 4af1ccf

Please sign in to comment.