Skip to content

Commit

Permalink
Remove test cloud if def for now (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Sep 1, 2021
1 parent 83a4d0b commit e66f101
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -56,13 +56,12 @@ protected override void OnCreate(Bundle bundle)
Microsoft.Maui.Controls.Compatibility.Forms.Init(this, bundle);
FormsMaps.Init(this, bundle);

#if ENABLE_TEST_CLOUD
ViewHandler.ViewMapper
.Add(nameof(IView.AutomationId), (h, v) =>
{
h.NativeView.ContentDescription = v.AutomationId;
if (h.NativeView is global::Android.Views.View nativeView)
nativeView.ContentDescription = v.AutomationId;
});
#endif

//FormsMaterial.Init(this, bundle);
AndroidAppLinks.Init(this);
Expand Down

0 comments on commit e66f101

Please sign in to comment.