Skip to content
This repository was archived by the owner on Aug 9, 2020. It is now read-only.

Commit 05c8f9f

Browse files
author
Victor
committed
2 parents 4fc236e + aa69128 commit 05c8f9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public class SampleApp extends Application {
4444
You can call `RxActivityResult.on(this).startIntent(intent)` supplying both, an `Activity` instance or a `Fragment` instance.
4545
Observe the emitted [Result](https://github.com/VictorAlbertos/RxActivityResult/blob/master/rx_activity_result/src/main/java/rx_activity_result/Result.java) item to know the resultCode and retrieve the associated data if appropriate.
4646

47+
**Limitation:**: Your fragments need to extend from `android.support.v4.app.Fragment` instead of `android.app.Fragment`, otherwise they won't be notified.
48+
4749

4850
```java
4951
Intent takePhoto = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);

0 commit comments

Comments
 (0)