Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit e99238e

Browse files
committed
fix(init): initialize the modules with the custom application object
see #16
1 parent 6615342 commit e99238e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

urlhandler.android.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export class Activity extends android.app.Activity {
3030
if (!this._callbacks) {
3131
setActivityCallbacks(this);
3232
}
33+
// initialize the modules with the custom application object
34+
application.android.init(this);
3335
this._callbacks.onCreate(this, savedInstanceState, super.onCreate);
3436
}
3537
protected onNewIntent(intent: android.content.Intent): void {

0 commit comments

Comments
 (0)