From 8a10caa6573a67dac87be44d6990151248b2cc44 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 04 十二月 2020 13:58:27 +0800 Subject: [PATCH] 2020-12-04 1.优化Android极光推送,未完善。 --- HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs b/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs index e898657..8361ea9 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs @@ -132,7 +132,7 @@ Height = Application.GetMinRealAverage(40), SelectedImagePath = "Collection/CollectionIcon.png", UnSelectedImagePath = "Collection/CollectionGrayIcon.png", - IsSelected = aC.collection + IsSelected = aC.collect }; controlView.AddChidren(btnCollection); -- Gitblit v1.8.0