Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
fix(android): fix app open ad not showed on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
wjaykim committed Oct 29, 2021
1 parent 42fc330 commit 889e054
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -35,6 +35,7 @@ public RNAdMobAppOpenAdModule(ReactApplicationContext reactContext) {
super(reactContext);
Handler mainHandler = new Handler(reactContext.getMainLooper());
mainHandler.post(() -> ProcessLifecycleOwner.get().getLifecycle().addObserver(this));
appStarted = false;
}

@Override
Expand Down

0 comments on commit 889e054

Please sign in to comment.