Remove "Refresh" from bottom of EAS message lists
* It's confusing and inappropriate Change-Id: I4633d34ad022ab7970384f14182dbf3c9aa4207f
This commit is contained in:
parent
d32d78634c
commit
10a4908369
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user