mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2025-02-25 20:59:37 +00:00
add comment to nestable
Signed-off-by: Tianer Zhou <zhoutianer@huawei.com> Change-Id: I3c67b72dd160a43b972b88db8f59f9eae05ecbe0
This commit is contained in:
parent
ab147167ff
commit
9fb10f6282
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user