mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -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;
|
final Folder remoteFolder = mCurrentFolder.folder;
|
||||||
remoteFolder.close();
|
remoteFolder.close();
|
||||||
// Send a remoteSearchFinished() message for good measure.
|
// 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) {
|
} catch (Exception e) {
|
||||||
// Since the user is going back, log and squash any exceptions.
|
// 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);
|
Log.e(K9.LOG_TAG, "Could not abort remote search before going back", e);
|
||||||
|
Loading…
Reference in New Issue
Block a user