Default page background - white

This commit is contained in:
vakrilov
2015-07-29 11:43:12 +03:00
parent 58b93f3d1c
commit f0f0e91b70
3 changed files with 21 additions and 10 deletions

View File

@@ -196,7 +196,7 @@ export class AndroidApplication extends observable.Observable implements dts.And
public onActivityResult: (requestCode: number, resultCode: number, data: android.content.Intent) => void;
private _eventsToken: any;
public getActivity(intent: android.content.Intent): Object {
if (intent && intent.getAction() === android.content.Intent.ACTION_MAIN) {
// application's main activity
@@ -292,7 +292,7 @@ class BroadcastReceiver extends android.content.BroadcastReceiver {
this._onReceiveCallback(context, intent);
}
}
}
}
global.__onUncaughtError = function (error: Error) {
if (!types.isFunction(exports.onUncaughtError)) {