mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 22:15:15 -05:00
Remove duplicate notification on remote search start.
This commit is contained in:
parent
5b59511c12
commit
270d948edb
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user