mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
fix lint
Reviewed By: javache Differential Revision: D4953667 fbshipit-source-id: e27f9df072f2e89b541c9ef46c637987c27d1d99
This commit is contained in:
parent
67a3b4c224
commit
414f5c88ff
@ -409,7 +409,8 @@ public class ReactInstanceManager {
|
||||
|
||||
if (Intent.ACTION_VIEW.equals(action) && uri != null) {
|
||||
DeviceEventManagerModule deviceEventManagerModule =
|
||||
Assertions.assertNotNull(mCurrentReactContext).getNativeModule(DeviceEventManagerModule.class);
|
||||
Assertions.assertNotNull(mCurrentReactContext)
|
||||
.getNativeModule(DeviceEventManagerModule.class);
|
||||
deviceEventManagerModule.emitNewIntentReceived(uri);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user