mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Whitespace; no functional changes.
This commit is contained in:
parent
1d0ad3cb38
commit
6b10451b79
@ -1521,7 +1521,7 @@ public class MessageList extends K9ListActivity implements OnItemClickListener,
|
||||
@Override
|
||||
public void onBackPressed() {
|
||||
// If we represent a remote search, then kill that before going back.
|
||||
if(mSearchAccount != null && mSearchFolder != null && mRemoteSearchFuture != null) {
|
||||
if (mSearchAccount != null && mSearchFolder != null && mRemoteSearchFuture != null) {
|
||||
try {
|
||||
Log.i(K9.LOG_TAG, "Remote search in progress, attempting to abort...");
|
||||
// Canceling the future stops any message fetches in progress.
|
||||
|
Loading…
Reference in New Issue
Block a user