summaryrefslogtreecommitdiff
path: root/Penguloon/Activity.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-25 14:07:42 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-25 14:07:42 +0100
commit020fd61af37eaaac81d7b930be15f8c350f28b7d (patch)
tree213e59cc8a7b60c717a0ea05159ac8967e6f5c35 /Penguloon/Activity.cs
parent3281eed3ffca3b4488335846430b231001aea753 (diff)
I dab everyday
Diffstat (limited to 'Penguloon/Activity.cs')
-rw-r--r--Penguloon/Activity.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Activity.cs b/Penguloon/Activity.cs
index bb5a3d4..1a01358 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);
+ var g = new Main(Resources, ApplicationContext);
SetContentView((View)g.Services.GetService(typeof(View)));
g.Run();
}