RxSocialAuth icon indicating copy to clipboard operation
RxSocialAuth copied to clipboard

Library fails if no fragments are present.

Open daemontus opened this issue 7 years ago • 0 comments

If the app architecture contains only activities, not fragments, the list of fragments will be empty, hence get(0) will cause the library to produce an error.

If the list of fragments is empty, the main fragment manager should be used instead.

daemontus avatar Aug 31 '17 10:08 daemontus