We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d627a9 commit 40554f7Copy full SHA for 40554f7
lib/android/app/src/main/java/com/reactnativenavigation/views/stack/topbar/titlebar/ButtonBar.kt
@@ -25,13 +25,6 @@ open class ButtonBar internal constructor(context: Context) : Toolbar(context) {
25
26
override fun onViewAdded(child: View) {
27
super.onViewAdded(child)
28
- enableOverflowForReactButtonViews(child)
29
- }
30
-
31
- private fun enableOverflowForReactButtonViews(child: View) {
32
- if (child is ActionMenuView) {
33
- (child as ViewGroup).clipChildren = false
34
35
}
36
37
override fun setLayoutDirection(layoutDirection: Int) {
0 commit comments