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 0deadf8 commit 329a5dcCopy full SHA for 329a5dc
database/src/main/java/com/firebase/ui/database/FirebaseListAdapter.java
@@ -50,11 +50,10 @@
50
* @param <T> The class type to use as a model for the data contained in the children of the given Firebase location
51
*/
52
public abstract class FirebaseListAdapter<T> extends BaseAdapter {
53
-
54
- private Activity mActivity;
55
- private final Class<T> mModelClass;
56
- private int mLayout;
57
- private FirebaseArray mSnapshots;
+ Activity mActivity;
+ final Class<T> mModelClass;
+ int mLayout;
+ FirebaseArray mSnapshots;
58
59
60
/**
0 commit comments