Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bboyfeiyu/AndroidEventBus
Browse files Browse the repository at this point in the history
  • Loading branch information
hehonghui committed Jun 12, 2015
2 parents 018ea61 + 8c96275 commit 88cf708
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README-ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ public class YourActivity extends Activity {
// 注册对象
EventBus.getDefault().register(this);
}
@Override
protected void onDestroy() {
// 不要忘记注销!!!!
EventBus.getDefault().unregister(this);
super.onDestroy();
}
}
```
Expand Down

0 comments on commit 88cf708

Please sign in to comment.