We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576d2ba commit 87d724aCopy full SHA for 87d724a
tests/Xamarin.Forms-Performance-Integration/Droid/MainActivity.cs
@@ -17,6 +17,10 @@ public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompa
17
bool firstOnStart = true;
18
bool firstOnResume = true;
19
20
+ public MainActivity () : base () {
21
+ Console.WriteLine ("MAIN ACTIVITY.");
22
+ }
23
+
24
protected override void OnCreate (Bundle bundle)
25
{
26
TimingLogger timing = null;
0 commit comments