mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2025-03-02 06:58:14 +00:00
fix watch vibrate
Signed-off-by: sunfei <sunfei.sun@huawei.com> Change-Id: Iced2862c936fa9aa4623c97b101042cba3aac0fa
This commit is contained in:
parent
57ae5d86e7
commit
d6e85a1901
@ -124,7 +124,10 @@ bool DOMList::SetSpecializedAttr(const std::pair<std::string, std::string>& attr
|
||||
},
|
||||
{
|
||||
DOM_LIST_ROTATION_VIBRATE,
|
||||
[](DOMList& list, const std::string& val) { list.rotationVibrate_ = StringToBool(val); },
|
||||
[](DOMList& list, const std::string& val) {
|
||||
list.rotationVibrate_ = StringToBool(val);
|
||||
list.scrollVibrate_ = false;
|
||||
},
|
||||
},
|
||||
{
|
||||
DOM_SCROLL_SCROLLBAR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user