We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8402d1 commit 08a40c1Copy full SHA for 08a40c1
demo/app/activity.android.ts
@@ -27,7 +27,7 @@ export class Activity extends androidx.appcompat.app.AppCompatActivity {
27
this.getIntent(),
28
super.onCreate
29
);
30
- // InAppBrowser initialization for CustomTabsServiceConnection
+ // InAppBrowser initialization (Connect to the Custom Tabs service)
31
InAppBrowser.onStart();
32
}
33
0 commit comments