We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5bd1d commit 4a97566Copy full SHA for 4a97566
database/src/main/java/com/firebase/ui/database/FirebaseRecyclerAdapter.java
@@ -67,6 +67,9 @@
67
* };
68
* recycler.setAdapter(mAdapter);
69
* </pre>
70
+ * <p>
71
+ * To avoid Context leaks, make sure you invoke {@link #cleanup() cleanup}
72
73
*
74
* @param <T> The Java class that maps to the type of objects stored in the Firebase location.
75
* @param <VH> The ViewHolder class that contains the Views in the layout that is shown for each object.
0 commit comments