Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vidi committed Mar 18, 2024
1 parent 8a31c1f commit c720155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ open class ButtonBar internal constructor(context: Context) : Toolbar(context) {

override fun onViewAdded(child: View) {
super.onViewAdded(child)
enableOverflowForReactButtonViews(child)
// enableOverflowForReactButtonViews(child)
}

private fun enableOverflowForReactButtonViews(child: View) {
Expand Down

0 comments on commit c720155

Please sign in to comment.