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

Commit

Permalink
fix(init): initialize the modules with the custom application object
Browse files Browse the repository at this point in the history
see #16
  • Loading branch information
hypery2k committed Mar 24, 2017
1 parent 6615342 commit e99238e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions urlhandler.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export class Activity extends android.app.Activity {
if (!this._callbacks) {
setActivityCallbacks(this);
}
// initialize the modules with the custom application object
application.android.init(this);
this._callbacks.onCreate(this, savedInstanceState, super.onCreate);
}
protected onNewIntent(intent: android.content.Intent): void {
Expand Down

0 comments on commit e99238e

Please sign in to comment.