mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 22:15:15 -05:00
Issue 478
This commit is contained in:
parent
e9a17ada17
commit
3ca12e2bb9
@ -1298,12 +1298,11 @@ public class MessageList extends K9ListActivity {
|
||||
}
|
||||
|
||||
public void removeMessage(MessageInfoHolder holder) {
|
||||
if (holder.folder == null) {
|
||||
if (holder == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (holder == null) {
|
||||
if (holder.folder == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user