Remove "Refresh" from bottom of EAS message lists

* It's confusing and inappropriate

Change-Id: I4633d34ad022ab7970384f14182dbf3c9aa4207f
This commit is contained in:
Marc Blank 2009-09-25 09:41:36 -07:00
parent d32d78634c
commit 10a4908369

View File

@ -848,7 +848,7 @@ public class MessageList extends ListActivity implements OnItemClickListener, On
if (MessageList.this.mController.isMessagingController(account)) {
return LIST_FOOTER_MODE_MORE; // IMAP or POP
} else {
return LIST_FOOTER_MODE_REFRESH; // EAS
return LIST_FOOTER_MODE_NONE; // EAS
}
}
}