Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Dec 2, 2018
1 parent 0e96603 commit d2135c8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,9 @@ private void switchToPageOffset(int offset) {
}
}

/**
* 绘制内容-滚动
*/
@SuppressWarnings("ConstantConditions")
void drawContent(Canvas canvas, float offset) {
if (offset > MAX_SCROLL_OFFSET) {
Expand Down

0 comments on commit d2135c8

Please sign in to comment.