am a094cc25: am cf362a48: Collectly preserve the service start-id.

Merge commit 'a094cc259da268ad6f78f50afe5cbbf674418b86' into kraken

* commit 'a094cc259da268ad6f78f50afe5cbbf674418b86':
  Collectly preserve the service start-id.
This commit is contained in:
Makoto Onuki 2010-05-03 09:33:56 -07:00 committed by Android Git Automerger
commit eaf1139c6c

View File

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