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
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
This package contains an updated implementation of the contract fragment pattern put forward by @JakeWharton that uses the parent fragment or the activity to check for a contract implementation. See the original idea [on jakes github](https://gist.github.com/JakeWharton/2621173)
2
+
3
+
This package also contains a base `Fragment` and `DialogFragment` implementation with bug fixes for child fragment animations and immersive dialog fragments. Learn more about these bugs [here](https://stackoverflow.com/questions/32758559/maintain-immersive-mode-when-dialogfragment-is-shown) and [here]
4
+
5
+
If new fragment related ui issues pop up, I'll be sure to address them in these base classes.
0 commit comments