Skip to content

Commit 3884181

Browse files
committed
Fix old arch android build
1 parent de10cf2 commit 3884181

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/src/oldarch/RNTModalViewManagerSpec.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ abstract class RNTModalViewManagerSpec<T : ViewGroup> : ViewGroupManager<T>() {
4141
super.onAfterUpdateTransaction(view)
4242

4343
if (view is RNTModalView) {
44-
view.isShadowViewSizeSet = true
45-
4644
view.onSizeComputedListener = OnSizeComputedListener { widthPx, heightPx ->
4745
setViewSize(view.reactContext, view.id, widthPx, heightPx)
4846
}

0 commit comments

Comments
 (0)