add comment to nestable

Signed-off-by: Tianer Zhou <zhoutianer@huawei.com>
Change-Id: I3c67b72dd160a43b972b88db8f59f9eae05ecbe0
This commit is contained in:
Tianer Zhou 2024-07-15 16:59:30 +08:00
parent ab147167ff
commit 9fb10f6282
2 changed files with 3 additions and 2 deletions

View File

@ -150,6 +150,7 @@ frameworks/core/components_ng/pattern/root/ @zhoutianer
frameworks/core/components_ng/pattern/scroll/ @rongShao-Z
frameworks/core/components_ng/pattern/scroll_bar/ @rongShao-Z
frameworks/core/components_ng/pattern/scrollable/ @yeyinglong_admin
frameworks/core/components_ng/pattern/scrollable/nestabe_scroll_container.h @zhoutianer
frameworks/core/components_ng/pattern/search/ @jyj_0306
frameworks/core/components_ng/pattern/security_component/ @
frameworks/core/components_ng/pattern/select/ @fredtt

View File

@ -142,7 +142,7 @@ public:
{
isNestedInterrupt_ = isNestedInterrupt;
}
bool GetIsNestedInterrupt() const
{
return isNestedInterrupt_;
@ -170,7 +170,7 @@ private:
bool isFixedNestedScrollMode_ = false;
bool isSearchRefresh_ = true;
bool isNestedInterrupt_ = false;
bool isNestedInterrupt_ = false; // nested scroll interrupted by change of nested mode
};
} // namespace OHOS::Ace::NG
#endif // FOUNDATION_ACE_FRAMEWORKS_CORE_COMPONENTS_NG_PATTERNS_SCROLLABLE_NESTABLE_SCROLL_CONTAINER_H