Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Move onNewInit to correct file, remove override
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrevik committed Aug 11, 2016
1 parent 97d6c30 commit 11234e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ public void onActivityResult(final int requestCode, final int resultCode, final
bp.handleActivityResult(requestCode, resultCode, intent);
}


public void onNewIntent(Intent intent){

}

HashMap<String, Promise> mPromiseCache = new HashMap<>();

synchronized void resolvePromise(String key, Object value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ public List<NativeModule> createNativeModules(
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}

@Override
public void onNewIntent(Intent intent){

}

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
Expand Down

0 comments on commit 11234e8

Please sign in to comment.