1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Copied ...activity.MessageView to fragment.MessageViewFragment

This commit breaks all sorts of things but should retain the Git
history of MessageView.
This commit is contained in:
cketti 2012-09-24 00:13:06 +02:00
parent db370c5b40
commit c6bea2e6ab

View File

@ -1,4 +1,4 @@
package com.fsck.k9.activity;
package com.fsck.k9.fragment;
import java.io.File;
import java.util.ArrayList;
@ -46,7 +46,7 @@ import com.fsck.k9.view.AttachmentView.AttachmentFileDownloadCallback;
import com.fsck.k9.view.MessageTitleView;
import com.fsck.k9.view.SingleMessageView;
public class MessageView extends K9Activity implements OnClickListener {
public class MessageViewFragment extends K9Activity implements OnClickListener {
private static final String EXTRA_MESSAGE_REFERENCE = "com.fsck.k9.MessageView_messageReference";
private static final String EXTRA_MESSAGE_REFERENCES = "com.fsck.k9.MessageView_messageReferences";
private static final String EXTRA_MESSAGE_LIST_EXTRAS = "com.fsck.k9.MessageView_messageListExtras";