WJC
2019-12-20 313ca44a4c4fc9cecbe145c80b26f16af836b7bf
ZigbeeApp/GateWay.Ios/MainViewController.cs
old mode 100755 new mode 100644
@@ -1,8 +1,8 @@
using System;
using Foundation;
using Shared;
using Shared.Common;
using UIKit;
using Shared.Common;
namespace GateWay.Ios
{
@@ -28,7 +28,7 @@
            Shared.Common.CommonPage.Instance.Show();
            UITapGestureRecognizer oTapRecognizer = new UITapGestureRecognizer();
            oTapRecognizer.CancelsTouchesInView = false;