Skip to content

Commit 2d1e678

Browse files
authored
修正抄错的代码
1 parent 1906776 commit 2d1e678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Part5/ReadingNotes/《Android开发艺术探索》第三章笔记.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ Scroller的工作原理:Scroller本身并不能实现view的滑动,它需要
178178
{
179179
consume = child.dispatchTouchEvent(ev);
180180
}
181+
return consume;
181182
}
182183

183184

0 commit comments

Comments
 (0)