1
0
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:
cketti 2012-12-08 17:25:48 +01:00
parent 19a1549d52
commit e5d8e1965e

View File

@ -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);