From 5f0e51caa9fd490404d02e3a7f639d36e051372b Mon Sep 17 00:00:00 2001 From: cketti Date: Sun, 20 Feb 2011 19:02:42 +0100 Subject: [PATCH] Added a comment --- src/com/fsck/k9/activity/MessageList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/fsck/k9/activity/MessageList.java b/src/com/fsck/k9/activity/MessageList.java index d0c227504..3627a9efe 100644 --- a/src/com/fsck/k9/activity/MessageList.java +++ b/src/com/fsck/k9/activity/MessageList.java @@ -566,6 +566,7 @@ public class MessageList @Override public void onItemClick(AdapterView parent, View view, int position, long id) { + // Use mListView.getAdapter() to get the WrapperListAdapter that includes the footer view. if (mCurrentFolder != null && ((position + 1) == mListView.getAdapter().getCount())) { mController.loadMoreMessages(mAccount, mFolderName, mAdapter.mListener); return;