From 69c9268ba8b6e5fb2bd3002ab407fa73ded33d73 Mon Sep 17 00:00:00 2001 From: yongxinggong Date: Tue, 30 Aug 2022 11:44:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EDFX=E6=89=93=E7=82=B9?= =?UTF-8?q?=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yongxinggong --- common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets | 1 - .../main/ets/default/common/uicomponents/RecentMissionCard.ets | 1 - 2 files changed, 2 deletions(-) diff --git a/common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets b/common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets index 79b8a2ab..a50d0aac 100644 --- a/common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets +++ b/common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets @@ -315,7 +315,6 @@ export struct RemoteWindowWrapper { curve: Curve.LinearOutSlowIn, onFinish: () => { callback.onAnimationFinish(); - Trace.end(Trace.CORE_METHOD_START_APP_ANIMATION); } }, () => { this.remoteWindowScaleX = 1.0; diff --git a/feature/recents/src/main/ets/default/common/uicomponents/RecentMissionCard.ets b/feature/recents/src/main/ets/default/common/uicomponents/RecentMissionCard.ets index 05e854ba..80913277 100644 --- a/feature/recents/src/main/ets/default/common/uicomponents/RecentMissionCard.ets +++ b/feature/recents/src/main/ets/default/common/uicomponents/RecentMissionCard.ets @@ -123,7 +123,6 @@ export default struct RecentMissionCard { .margin({ left: RecentsStyleConstants.SINGLE_LIST_APP_INFO_LEFT_MARGIN }) .onClick((event) => { - Trace.start(Trace.CORE_METHOD_START_APP_ANIMATION); this.setStartAppInfo(event?.target?.area?.globalPosition); }) Column() {