Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jan 14, 2019
1 parent 8fdfa38 commit b7d4172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* Created by GKF on 2018/1/28.
* 编辑书源
*/

public class SourceEditPresenter extends BasePresenterImpl<SourceEditContract.View> implements SourceEditContract.Presenter {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ public void onError(Throwable e) {
.subscribe(new SimpleObserver<Boolean>() {
@Override
public void onNext(Boolean aBoolean) {
bookSourceBean = getBookSource();
setResult(RESULT_OK);
SourceDebugActivity.startThis(SourceEditActivity.this, getBookSource().getBookSourceUrl());
}

Expand Down

0 comments on commit b7d4172

Please sign in to comment.