| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,11 @@ class NativeScriptActivity extends android.app.Activity { | |||
| 28 | 28 | this._callbacks.onCreate(this, savedInstanceState, super.onCreate); | |
| 29 | 29 | } | |
| 30 | 30 | ||
| 31 | + protected onNewIntent(intent: android.content.Intent): void { | ||
| 32 | + super.onNewIntent(intent); | ||
| 33 | + super.setIntent(intent); | ||
| 34 | + } | ||
| 35 | + | ||
| 31 | 36 | protected onSaveInstanceState(outState: android.os.Bundle): void { | |
| 32 | 37 | this._callbacks.onSaveInstanceState(this, outState, super.onSaveInstanceState); | |
| 33 | 38 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments