Show attachment download progress/status properly

Bug: 3291532
Change-Id: I3ceab8a67095190898273b9ccd5a1016218edcb2
This commit is contained in:
Andy Stadler 2010-12-16 15:09:03 -08:00
parent 303816534d
commit 6624909533
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ public class ControllerResultUiThreadWrapper<T extends Result> extends Result {
}
@Override
public void loadAttachmentCallback(final MessagingException result, final long messageId,
final long accountId, final long attachmentId, final int progress) {
public void loadAttachmentCallback(final MessagingException result, final long accountId,
final long messageId, final long attachmentId, final int progress) {
run(new Runnable() {
public void run() {
/* It's possible this callback is unregistered after this Runnable was posted and