io.reactivex.exceptions.OnErrorNotImplementedException: The exception was not handled due to missing onError handler in the subscribe() method call. Further reading: https://github.com/ReactiveX/RxJava/wiki/Error-Handling | android.content.ActivityNotFoundException: No Activity found to handle Intent { (has extras) }
DialogFragment()를 사용할 때 dismiss() 를 호출하였는데 위와 같은 에러가 발생하였다.
이는 dismissAllowingStateLoss() 를 사용하면 해결할 수 있는데,
위와 같은 문제가 발생하는 것은 백그라운드 상태에서 dismiss를 호출하는 경우가 있기 때문이었다.
'Android Dev' 카테고리의 다른 글
동영상에서 Preview를 얻는 방법 (0) | 2020.11.22 |
---|---|
glide success, failure listener 예제 (0) | 2020.11.15 |
File Extension, 파일 확장자 얻는 예제 (0) | 2020.11.15 |
Photoview. java.lang.IllegalArgumentException: pointerIndex out of range 해결 (0) | 2020.11.05 |
EACCES 문제 - Android 저장소 접근 (Q 버전 이상) with Ucrop을 통한 갤러리 접근 문제 (0) | 2020.11.03 |