Skip to content

Commit

Permalink
[create-pull-request] automated change (#11949)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 12, 2022
1 parent 07951fa commit 505e10f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private protected override void OnConnectHandler(AView platformView)
{
base.OnConnectHandler(platformView);

if(platformView is MauiPageControl pageControl)
if (platformView is MauiPageControl pageControl)
pageControl.SetIndicatorView(VirtualView);
}

Expand Down

0 comments on commit 505e10f

Please sign in to comment.