Premature finish() in DescriptionEditActivity cancels in-flight API requests
Synchronous finish() calls in onSubmitButtonClicked() and updateDescription() trigger onDestroy() and clear the compositeDisposable before RxJava network operations can execute
3 条评论