Skip to content

Commit

Permalink
Fix AccessibleContext
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-semyonov committed Jun 12, 2024
1 parent 6fce56e commit d242e85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ internal class SwingSkiaLayerComponent(
mediator.preferredSize
}

override fun getAccessibleContext(): AccessibleContext? {
override fun getAccessibleContext(): AccessibleContext {
return mediator.accessible.accessibleContext
}
}
Expand Down

0 comments on commit d242e85

Please sign in to comment.