diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-12 13:32:26 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-12 13:32:26 +0100 |
| commit | f93e133ede2a76be1aa20a33c9fcf01308cd6df8 (patch) | |
| tree | 1a906cc08cefd785628ba0e416136f843a37b7f3 /Penguloon/Activity.cs | |
| parent | 39b1a897eec86f532ca1417698057ae9e1130985 (diff) | |
dab
Diffstat (limited to 'Penguloon/Activity.cs')
| -rw-r--r-- | Penguloon/Activity.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Activity.cs b/Penguloon/Activity.cs index d5c5562..156a1b5 100644 --- a/Penguloon/Activity.cs +++ b/Penguloon/Activity.cs @@ -18,7 +18,7 @@ namespace Penguloon protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); - var g = new Main(Resources, ApplicationContext); + var g = new Main(Resources, this); SetContentView((View)g.Services.GetService(typeof(View))); g.Run(); } |
