mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Restore call to remoteSearchFinished() when stopping MessageListFragment
This commit is contained in:
parent
19a1549d52
commit
e5d8e1965e
@ -2611,7 +2611,7 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
|
||||
final Folder remoteFolder = mCurrentFolder.folder;
|
||||
remoteFolder.close();
|
||||
// Send a remoteSearchFinished() message for good measure.
|
||||
//mAdapter.mListener.remoteSearchFinished(searchAccount, mCurrentFolder.name, 0, null);
|
||||
mListener.remoteSearchFinished(searchAccount, mCurrentFolder.name, 0, null);
|
||||
} catch (Exception e) {
|
||||
// Since the user is going back, log and squash any exceptions.
|
||||
Log.e(K9.LOG_TAG, "Could not abort remote search before going back", e);
|
||||
|
Loading…
Reference in New Issue
Block a user