Skip to content

Commit 5e16ef7

Browse files
authored
fix android build issue on 0.78 (#1048)
1 parent afa7408 commit 5e16ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/reactnativemenu/MenuViewManagerBase.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ abstract class MenuViewManagerBase : ReactClippingViewManager<MenuView>() {
206206

207207
@ReactProp(name = ViewProps.OVERFLOW)
208208
fun setOverflow(view: ReactViewGroup, overflow: String?) {
209-
view.overflow = overflow
209+
view.setOverflow(overflow)
210210
}
211211

212212
@ReactProp(name = "backfaceVisibility")

0 commit comments

Comments
 (0)