Ted Park
Ted Park
ok. I will add some code. when `mTilesFrameLayout.startAnimation()` is called, I will check `mTilesFrameLayout`'s state ( already `onPause()` or not ) and I will add `try/catch` block like this ```...
@dodopa 테스트하신 휴대폰 기종이 어떻게 되시나요? 에뮬레이터, 갤럭시노트8, 갤럭시S10 에서는 문제없이 의도한대로 동작하는것을 확인했습니다.
@dodopa 갤럭시S5를 대상으로 테스트 해봐야겠네요 최신폰들 기준으로만 테스트해서 문제없다고 생각했었습니다.
Please explain specific
@VioletGiraffe - If you want only check permission granted, you can use `TedPermission.isGranted()` - And `onPause()`, `onResume` lifecycle is normal. If you use original check permission logic, that has same...
What do you mean?
@tigransarkisyan Can you show me your code?
@kkotkkio Rx에서는 tedPermissionResult가 null이 emit 될 수 없습니다. 문제가 발생하는 코드의 샘플 프로젝트 예제를 올려주시면 확인해보겠습니다.
@ilotte99 Show me the your code plz.
@ilotte99 Did you use `observeOn()`, `subscribeOn()`?