@@ -123,7 +126,7 @@ public class UploadFileOperation extends RemoteOperation {
(!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);
CommonUtils.sendNotification(mContext,notificationID,"Start to upload "+mSyncedState.getName(),android.R.drawable.stat_sys_upload,null,null);
}
// Execute UploadFileOperation
@@ -181,7 +184,8 @@ public class UploadFileOperation extends RemoteOperation {