Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuluft committed Nov 27, 2017
1 parent e092f6e commit 6ae3733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -65,5 +65,6 @@ You can use ```SafeFragmentTransaction``` for child fragments too. Write the fol
```Java
mSafeFragmentTransaction = SafeFragmentTransaction.createInstance(getLifecycle(),
getChildFragmentManager());
getLifecycle().addObserver(mSafeFragmentTransaction);
```
And use it as it is shown in ```step 2```.

0 comments on commit 6ae3733

Please sign in to comment.