@@ -129,9 +127,7 @@ public class UploadFileOperation extends RemoteOperation {
CommonUtils.getMimeType(mFile),
(!checkEtag||mSyncedState.getLastETAG().isEmpty())?null:mSyncedState.getLastETAG(),//If not null, This can cause error 412; that means remote file has change
timeStamp);
if(restartCounter==0){
CommonUtils.sendNotification(mContext,notificationID,"Start to upload "+mSyncedState.getName(),android.R.drawable.stat_sys_upload,null,null);