Fix typo in ExchangeService
Bug: 3241867 Change-Id: If805196409837bb8e1eeaa2e4ec82c2d1fad2c38
This commit is contained in:
parent
e29189e3ee
commit
b1d511309a
@ -2323,7 +2323,7 @@ public class ExchangeService extends Service implements Runnable {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// If this is a ui request, set the sync reason for the service
|
// 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;
|
svc.mSyncReason = reason;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user