1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-13 06:38:05 -05:00

Renamed MessageList to MessageListFragment

This commit is contained in:
cketti 2012-09-27 06:37:25 +02:00
parent 8a226972a5
commit 12e9dce1d8

View File

@ -1,4 +1,4 @@
package com.fsck.k9.activity;
package com.fsck.k9.fragment;
import java.util.ArrayList;
import java.util.Collections;
@ -85,7 +85,7 @@ import com.handmark.pulltorefresh.library.PullToRefreshListView;
* shows a list of messages.
* From this Activity the user can perform all standard message operations.
*/
public class MessageList extends K9ListActivity implements OnItemClickListener,
public class MessageListFragment extends K9ListActivity implements OnItemClickListener,
OnSwipeGestureListener {
/**