mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 22:38:37 +08:00
fix lint
Reviewed By: javache Differential Revision: D4953667 fbshipit-source-id: e27f9df072f2e89b541c9ef46c637987c27d1d99
This commit is contained in:
committed by
Facebook Github Bot
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user