Skip to content

Commit

Permalink
Whoopsie!
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaMorphic committed Dec 5, 2024
1 parent cf694f6 commit d64e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Android/Avalonia.Android/AvaloniaAccessHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected override void OnPopulateNodeForVirtualView(int virtualViewId, Accessib
if (labeledBy is not null)
{
GetOrCreateNodeInfoProvidersFromPeer(labeledBy, out int labeledById);
nodeInfo.SetLabeledBy(_view.TopLevelImpl.View, labeledById);
nodeInfo.SetLabeledBy(_view, labeledById);
}

// UI text contents
Expand Down

0 comments on commit d64e513

Please sign in to comment.