am cf362a48: Collectly preserve the service start-id.

Merge commit 'cf362a48c14ab3ebae55e9735f9cff6e77a4042a' into froyo-plus-aosp

* commit 'cf362a48c14ab3ebae55e9735f9cff6e77a4042a':
  Collectly preserve the service start-id.
This commit is contained in:
Makoto Onuki 2010-05-03 09:31:45 -07:00 committed by Android Git Automerger
commit a094cc259d

View File

@ -2054,7 +2054,7 @@ public class MessagingController implements Runnable {
}
}
}
mListeners.checkMailFinished(mContext, accountId, tag, inboxId);
mListeners.checkMailFinished(mContext, accountId, inboxId, tag);
}
});
}