mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -05:00
Added a comment
This commit is contained in:
parent
cc0b935b38
commit
5f0e51caa9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user