internal void NotifyLoginStateChanged() { if (IsLoggedIn) { _synchronizer.StartSync().DontAwait("Just let this go off and run in the background"); } RaisePropertyChanged(nameof(IsLoggedIn)); RaisePropertyChanged(nameof(LoginButtonText)); RaisePropertyChanged(nameof(ProfileImageUri)); }