Skip to content

Commit

Permalink
yoyiyi
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyiyi committed Sep 14, 2017
1 parent dbced10 commit 394b67c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/com/yoyiyi/soleil/base/BaseActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ protected ActivityComponent getActivityComponent() {
}


/**
* 退出应用
*/
private void initExit() {
mDisposable = RxBus.INSTANCE.toDefaultFlowable(Event.ExitEvent.class, exitEvent -> {
if (exitEvent.exit == -1) {
Expand Down

0 comments on commit 394b67c

Please sign in to comment.