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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,9 @@ The StickyHeaders aren't aware of your adapter so if you must notify them when y
83
83
});
84
84
```
85
85
86
-
If the Reccylerview's layout manager implements getExtraLayoutSpace (to preload more content then is visible for preformance resaons), you must implment ItemVisibilityAdapter and pass an instance as a second argment to StickyRecyclerHeadersDecoration's constuctor.
86
+
If the Recyclerview's layout manager implements getExtraLayoutSpace (to preload more content then is
87
+
visible for performance reasons), you must implement ItemVisibilityAdapter and pass an instance as a
88
+
second argument to StickyRecyclerHeadersDecoration's constructor.
0 commit comments