1
0
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:
Andrew Chen 2012-09-29 07:48:58 -07:00
parent 1d0ad3cb38
commit 6b10451b79

View File

@ -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.