Merge "Fix typo in ExchangeService"

This commit is contained in:
Marc Blank 2010-12-01 09:50:04 -08:00 committed by Android (Google) Code Review
commit b8419984f0
1 changed files with 1 additions and 1 deletions

View File

@ -2323,7 +2323,7 @@ public class ExchangeService extends Service implements Runnable {
}
} else {
// If this is a ui request, set the sync reason for the service
if (svc.mSyncReason >= SYNC_UI_REQUEST) {
if (reason >= SYNC_UI_REQUEST) {
svc.mSyncReason = reason;
}
}