mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
rename SingleMessageView to MessageContainerView
This commit is contained in:
parent
40b6228756
commit
29ad0f0f99
@ -63,7 +63,7 @@ import com.fsck.k9.view.MessageWebView;
|
|||||||
import org.apache.commons.io.IOUtils;
|
import org.apache.commons.io.IOUtils;
|
||||||
|
|
||||||
|
|
||||||
public class SingleMessageView extends LinearLayout implements OnClickListener,
|
public class MessageContainerView extends LinearLayout implements OnClickListener,
|
||||||
OnLayoutChangedListener, OnCreateContextMenuListener {
|
OnLayoutChangedListener, OnCreateContextMenuListener {
|
||||||
private static final int MENU_ITEM_LINK_VIEW = Menu.FIRST;
|
private static final int MENU_ITEM_LINK_VIEW = Menu.FIRST;
|
||||||
private static final int MENU_ITEM_LINK_SHARE = Menu.FIRST + 1;
|
private static final int MENU_ITEM_LINK_SHARE = Menu.FIRST + 1;
|
||||||
@ -419,7 +419,7 @@ public class SingleMessageView extends LinearLayout implements OnClickListener,
|
|||||||
showAttachments(true);
|
showAttachments(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public SingleMessageView(Context context, AttributeSet attrs) {
|
public MessageContainerView(Context context, AttributeSet attrs) {
|
||||||
super(context, attrs);
|
super(context, attrs);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user