Skip to content

Commit 0e381bd

Browse files
committed
fix: remove unnecessary override causing issues
1 parent 4849a38 commit 0e381bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-native-bottom-tabs/android/src/newarch/RCTTabViewManager.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,6 @@ class RCTTabViewManager(context: ReactApplicationContext) :
158158
override fun setTranslucent(view: ReactBottomNavigationView?, value: Boolean) {
159159
}
160160

161-
override fun setIgnoresTopSafeArea(view: ReactBottomNavigationView?, value: Boolean) {
162-
}
163-
164161
override fun setSidebarAdaptable(view: ReactBottomNavigationView?, value: Boolean) {
165162
}
166163

0 commit comments

Comments
 (0)