Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
[LazyTableImages] Fix crash on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid committed May 12, 2015
1 parent b30f407 commit eb1f98b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LazyTableImages/AppDelegate.cs
Expand Up @@ -48,6 +48,8 @@ public partial class AppDelegate : UIApplicationDelegate {

RootViewController RootController { get; set; }

public override UIWindow Window { get; set; }

/// <summary>
/// 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
Expand Down

0 comments on commit eb1f98b

Please sign in to comment.