Skip to content

Commit a7f59cd

Browse files
committed
chore: strip obsolete code
1 parent 8960825 commit a7f59cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native-brownfield/android/src/newarch/ReactNativeBrownfieldModule.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ class ReactNativeBrownfieldModule(val reactContext: ReactApplicationContext) :
2020
"No instance of ReactNativeBrownfieldModule found. Message will not be emitted."
2121
)
2222
}
23-
// sharedInstance?.reactContext?.currentActivity?.runOnUiThread {
2423
sharedInstance?.emitOnBrownfieldMessage(buildReadableMap {
2524
put("text", text)
2625
})
27-
// }
2826
}
2927
}
3028

0 commit comments

Comments
 (0)