Skip to content

Commit

Permalink
perf: 整理demo
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang2 committed Jun 19, 2023
1 parent 0d8206d commit a7040cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ private void initClick() {

getViewBinding().btnAdd.setOnClickListener(v -> {
mAdapter.add(2, new DiffEntity(
1111111 + idAdd,
"add - 😊😊Item " + 1111111 + idAdd,
1000 + idAdd,
"add - 😊😊Item " + 1000 + idAdd,
"Item " + 0 + " content have change (notifyItemChanged)",
"06-12"));
idAdd++;
Expand Down

0 comments on commit a7040cc

Please sign in to comment.