Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc committed May 20, 2022
1 parent 9893cf0 commit a288117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.provider.Browser;
import android.text.TextUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ protected String getMainComponentName() {
@Override
protected void onStart() {
super.onStart();
RNInAppBrowserModule.onStart(this);
RNInAppBrowserModule.onStart(this);
}
}
1 change: 1 addition & 0 deletions example/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const tryDeepLinking = async () => {
enableUrlBarHiding: true,
enableDefaultShare: false,
});
await sleep(800);
Alert.alert('Response', JSON.stringify(result));
} else {
Alert.alert('InAppBrowser is not supported :/');
Expand Down

0 comments on commit a288117

Please sign in to comment.