Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6bea2e6 authored by cketti's avatar cketti
Browse files

Copied ...activity.MessageView to fragment.MessageViewFragment

This commit breaks all sorts of things but should retain the Git
history of MessageView.
parent db370c5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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";