From cf2e7a3f01f2b9cbb6759ab4f5fa2c4e118bc9c6 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 6 May 2024 02:42:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9launcher/launcher/src/main/cp?= =?UTF-8?q?p/swipe=5Fview.cpp=E6=96=87=E4=BB=B6=EF=BC=8C=E5=8A=A0=E5=85=A5?= =?UTF-8?q?arrPage=E5=8F=82=E6=95=B0=20=E6=9B=B4=E6=94=B9=E6=96=87?= =?UTF-8?q?=E4=BB=B6127=E8=A1=8C=EF=BC=8C=E5=8A=A0=E5=85=A5ViewGroupPage*?= =?UTF-8?q?=20arrPage=5F[MAX=5FVIEWGROUP]=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- launcher/launcher/src/main/cpp/swipe_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/launcher/src/main/cpp/swipe_view.cpp b/launcher/launcher/src/main/cpp/swipe_view.cpp index 9443204..2b39e52 100755 --- a/launcher/launcher/src/main/cpp/swipe_view.cpp +++ b/launcher/launcher/src/main/cpp/swipe_view.cpp @@ -124,7 +124,7 @@ void SwipeView::OnSetUpView() swipe_->SetCurrentPage(0); } -void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount) +void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, ViewGroupPage* arrPage_[MAX_VIEWGROUP]) { arrPage_[0]->SetMatrix(APP_ROW_COUNT, APP_COL_COUNT); arrPage_[0]->SetScale(0.6);