Comment fixes

This commit is contained in:
str4d
2014-08-28 03:03:15 +00:00
parent f5234d6c8e
commit 72583479d6

View File

@@ -117,11 +117,11 @@ public class EmailListFragment extends ListFragment implements
// We need to insert the PullToRefreshLayout into the Fragment's ViewGroup
.insertLayoutInto(viewGroup)
// We need to mark the ListView and it's Empty View as pullable
// This is because they are not dirent children of the ViewGroup
// We need to mark the ListView and its Empty View as pullable
// This is because they are not direct children of the ViewGroup
.theseChildrenArePullable(getListView(), getListView().getEmptyView())
// We can now complete the setup as desired
// We can now complete the setup as desired
.listener(this)
.options(Options.create()
.refreshOnUp(true)