From eb1f98bb4db835b018642027c7e9a81a9955e8e5 Mon Sep 17 00:00:00 2001 From: olegoid Date: Tue, 12 May 2015 20:03:20 +0300 Subject: [PATCH] [LazyTableImages] Fix crash on startup --- LazyTableImages/AppDelegate.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LazyTableImages/AppDelegate.cs b/LazyTableImages/AppDelegate.cs index df39157b4..05b7533c3 100644 --- a/LazyTableImages/AppDelegate.cs +++ b/LazyTableImages/AppDelegate.cs @@ -48,6 +48,8 @@ public partial class AppDelegate : UIApplicationDelegate { RootViewController RootController { get; set; } + public override UIWindow Window { get; set; } + /// /// This method is invoked when the application has loaded and is ready to run. In this /// method you should instantiate the window, load the UI into it and then make the window