Skip to content

Commit

Permalink
Merge pull request #2416 from Swan/fix-lock-privacy
Browse files Browse the repository at this point in the history
Fix lock when accepting privacy policy
  • Loading branch information
Swan committed Jul 17, 2020
2 parents d2b8694 + 4af1ccf commit 3ce13a6
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 3ce13a6

Please sign in to comment.