Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Reviewed By: javache

Differential Revision: D4953667

fbshipit-source-id: e27f9df072f2e89b541c9ef46c637987c27d1d99
  • Loading branch information
aaronechiu authored and thotegowda committed May 7, 2017
1 parent e399e06 commit 30d0bdf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ public void onNewIntent(Intent intent) {

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);
}

Expand Down

0 comments on commit 30d0bdf

Please sign in to comment.