20212223242526272829
public void onFailure(Throwable reason) { } @Override public void onSuccess() { ChangePasswordPresenter changePasswordPresenter = new ChangePasswordPresenter(Application.get().getUserId()); changePasswordPresenter.changePassword(); } }); }