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

Remove duplicate notification on remote search start.

This commit is contained in:
Andrew Chen 2012-09-25 08:16:48 -07:00
parent 5b59511c12
commit 270d948edb

View File

@ -830,9 +830,6 @@ public class MessagingController implements Runnable {
throw new MessagingException("Folder not found");
}
if (listener != null) {
listener.remoteSearchStarted(acct, folderName);
}
List<Message> messages = remoteStore.searchRemoteMessages(query, folderName, requiredFlags, forbiddenFlags);
if (listener != null) {
listener.remoteSearchServerQueryComplete(acct, folderName, messages.size());