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

Commit 11234e8

Browse files
committed
Move onNewInit to correct file, remove override
1 parent 97d6c30 commit 11234e8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/src/main/java/com/idehub/Billing/InAppBillingBridge.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,11 @@ public void onActivityResult(final int requestCode, final int resultCode, final
368368
bp.handleActivityResult(requestCode, resultCode, intent);
369369
}
370370

371+
372+
public void onNewIntent(Intent intent){
373+
374+
}
375+
371376
HashMap<String, Promise> mPromiseCache = new HashMap<>();
372377

373378
synchronized void resolvePromise(String key, Object value) {

android/src/main/java/com/idehub/Billing/InAppBillingBridgePackage.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ public List<NativeModule> createNativeModules(
3939
public List<Class<? extends JavaScriptModule>> createJSModules() {
4040
return Collections.emptyList();
4141
}
42-
43-
@Override
44-
public void onNewIntent(Intent intent){
45-
46-
}
4742

4843
@Override
4944
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {

0 commit comments

Comments
 (0)