update launcher/launcher/src/main/cpp/swipe_view.h.

arrPage_改成arrPage

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh
2024-05-06 07:03:23 +00:00
committed by Gitee
parent 0f19de75b6
commit e59b347fa3
+1 -1
View File
@@ -75,7 +75,7 @@ public:
SwipeView(UILabel* titlellable, UILabel* taillable);
virtual ~SwipeView();
void OnSetUpView();
void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, ViewGroupPage* arrPage_[MAX_VIEWGROUP]);
void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, ViewGroupPage* arrPage[MAX_VIEWGROUP]);
void StartApp(AppInfo* app);
void ShowLongPressView(AppInfo* app);
void UninstallApp(AppInfo* app);