Skip to content

Commit

Permalink
extend-api
Browse files Browse the repository at this point in the history
  • Loading branch information
sleushunou committed Jan 9, 2025
1 parent dd4647d commit e8a5dd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public virtual void NavigateToViewModel<TViewModel>(
}

/// <inheritdoc />
public void NavigateToFirstPage()
public virtual void NavigateToFirstPage()
{
lock (_navigationLock)
{
Expand Down

0 comments on commit e8a5dd6

Please sign in to comment.