Skip to content

Commit

Permalink
add overScrollRange
Browse files Browse the repository at this point in the history
  • Loading branch information
tifezh committed Dec 10, 2016
1 parent 06e2897 commit c5e82a1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ public void run() {
}
final List<KLineEntity> data = new Gson().fromJson(res, new TypeToken<List<KLineEntity>>() {
}.getType());
while (data.size() > 20) {
data.remove(0);
}
DataHelper.calculate(data);
runOnUiThread(new Runnable() {
@Override
Expand Down

0 comments on commit c5e82a1

Please sign in to comment.