From 1de638833e4b07b5e6c272cf5c8474b5c92ce42f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 05 九月 2023 15:21:48 +0800 Subject: [PATCH] 删除音乐权限申请 --- OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs b/OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs index 1b55639..a07e976 100644 --- a/OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs +++ b/OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs @@ -832,27 +832,6 @@ } row.AddChidren(addView); - var btnAdd = new Button() - { - Gravity = Gravity.Center, - UnSelectedImagePath = "Public/PlusSignIcon.png", - Width = Application.GetRealWidth(32), - Height = Application.GetRealWidth(32), - }; - addView.AddChidren(btnAdd); - - btnAdd.MouseUpEventHandler = (sender, e) => - { - dialog.Close(); - Action action = () => { - LoadDialog_IrMoreView(); - }; - var addButton = new AcControlPage_AddIrButton(action); - MainPage.BasePageView.AddChidren(addButton); - addButton.Show(device); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; - }; - } else -- Gitblit v1.8.0