Skip to content

Commit

Permalink
Allow derived image sources to indicate changes (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored May 6, 2021
1 parent fa5bdd7 commit 591fe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/src/Core/ImageSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private protected void OnLoadingStarted()
}
}

private protected void OnSourceChanged()
protected void OnSourceChanged()
{
_weakEventManager.HandleEvent(this, EventArgs.Empty, nameof(SourceChanged));
}
Expand Down

0 comments on commit 591fe96

Please sign in to comment.