mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-13 14:48:04 -05:00
Renamed MessageList to MessageListFragment
This commit is contained in:
parent
8a226972a5
commit
12e9dce1d8
@ -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 {
|
||||
|
||||
/**
|
Loading…
Reference in New Issue
Block a user