Skip to content

Instantly share code, notes, and snippets.

@jonpryor
Created April 18, 2014 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonpryor/c625a0e4c6a3f2b45bf0 to your computer and use it in GitHub Desktop.
Save jonpryor/c625a0e4c6a3f2b45bf0 to your computer and use it in GitHub Desktop.
diff --git a/CatelAndroid/Application.cs b/CatelAndroid/Application.cs
index 73ba31e..457e898 100755
--- a/CatelAndroid/Application.cs
+++ b/CatelAndroid/Application.cs
@@ -13,6 +13,10 @@ namespace CatelAndroid
public CatelAndroidApplication(IntPtr javaReference, JniHandleOwnership transfer)
: base(javaReference, transfer)
{
+ }
+
+ public override void OnCreate ()
+ {
#if DEBUG
LogManager.AddDebugListener(false);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment