Collectly preserve the service start-id.

We were passing the wrong arguments, which caused the service left running.

Bug 2646212

Change-Id: Ie5aeaeb80635c8e805fc2e9c6f4aec3b21942740
This commit is contained in:
Makoto Onuki 2010-04-30 14:41:47 -07:00
parent 14812a50a8
commit cf362a48c1
1 changed files with 1 additions and 1 deletions

View File

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