Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Parse/Public/ParseInstallation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ protected override Task SaveAsync(Task toAwait, CancellationToken cancellationTo
return base.SaveAsync(toAwait, cancellationToken);
}).Unwrap().OnSuccess(_ =>
{
if (CurrentInstallationController.IsCurrent(this))
if (!CurrentInstallationController.IsCurrent(this))
{
return Task.FromResult(0);
}
Expand Down