mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Removed unused code
This commit is contained in:
parent
71174417ce
commit
fec6434f08
@ -305,16 +305,6 @@ public class MessageView extends K9Activity implements OnClickListener {
|
|||||||
public void fetchingAttachment() {
|
public void fetchingAttachment() {
|
||||||
showToast(getString(R.string.message_view_fetching_attachment_toast), Toast.LENGTH_SHORT);
|
showToast(getString(R.string.message_view_fetching_attachment_toast), Toast.LENGTH_SHORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void setHeaders(final Message message, final Account account) {
|
|
||||||
runOnUiThread(new Runnable() {
|
|
||||||
public void run() {
|
|
||||||
mMessageView.setHeaders(message, account);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void actionView(Context context, MessageReference messRef,
|
public static void actionView(Context context, MessageReference messRef,
|
||||||
|
Loading…
Reference in New Issue
Block a user