Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 7369023b authored a year ago by wukun's avatar wukun
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

1023

parent 38b1a882
Hide whitespace changes
Inline Side-by-side
Showing with 1 additions and 0 deletions
  • orderCenter/src/main/java/com/dayu/order/ui/adapter/OrderAdapter.java
orderCenter/src/main/java/com/dayu/order/ui/adapter/OrderAdapter.java
View file @ 7369023b
......@@ -718,6 +718,7 @@ public class OrderAdapter extends CoreAdapter<Order, FragmentOrderdoingItemBindi
ProgressUtil.stopLoad();
mPresenter.setPosition(position);
mPresenter.refreshClear();
EventBus.getDefault().post(new RefreshServe(1));
}else{
ProgressUtil.stopLoad();
mItem.setStatus(4);
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment