Fix typo in ExchangeService

Bug: 3241867
Change-Id: If805196409837bb8e1eeaa2e4ec82c2d1fad2c38
This commit is contained in:
Marc Blank 2010-12-01 09:35:45 -08:00
parent e29189e3ee
commit b1d511309a

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;
}
}