Merge change Ie39a95f5 into eclair
* changes: Update unread count of outbox when messages are sent.
This commit is contained in:
commit
4f81086e34
@ -668,6 +668,9 @@ public class AccountFolderList extends ListActivity
|
|||||||
|
|
||||||
public void sendMailCallback(MessagingException result, long accountId, long messageId,
|
public void sendMailCallback(MessagingException result, long accountId, long messageId,
|
||||||
int progress) {
|
int progress) {
|
||||||
|
if (progress == 100) {
|
||||||
|
updateAccounts();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateProgress(MessagingException result, int progress) {
|
private void updateProgress(MessagingException result, int progress) {
|
||||||
|
Loading…
Reference in New Issue
Block a user