You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2020. It is now read-only.
Hi guys, we've been using this library from a while now, and first of all great stuff 馃憤
Recently we're seeing an error when we start the contacts picker intent on a fragment.
Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.xyz.xyz/rx_activity_result2.HolderActivity}; have you declared this activity in your AndroidManifest.xml?
We're using the support fragment - android.support.v4.app;
ver - implementation 'com.github.VictorAlbertos:RxActivityResult:0.4.5-2.x'
And we're using v 27.1.1 support libraries.
Hi guys, we've been using this library from a while now, and first of all great stuff 馃憤
Recently we're seeing an error when we start the contacts picker intent on a fragment.
We're using the support fragment - android.support.v4.app;
ver -
implementation 'com.github.VictorAlbertos:RxActivityResult:0.4.5-2.x'And we're using v 27.1.1 support libraries.
With thanks, any help will be great!