Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 880b6305 authored by narinder Rana's avatar narinder Rana
Browse files

remove tag for testing

parent 3cc6bebb
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -137,17 +137,9 @@ public class UploadFileOperation extends RemoteOperation implements ComparableOp

        //if upload is a success
        if( uploadResult.isSuccess() ){
            Log.e(TAG, "upload is success ........................."+file.getName()
                    +"   "+file.getAbsolutePath());


            Log.e(TAG, "files size before remove  ........................."+InitializerService.files.size());

            InitializerService.files.remove(file);

            Log.e(TAG, "files size after remove  ........................."+InitializerService.files.size());


            Object data = uploadResult.getSingleData();
            if(data != null){
                mSyncedState.setLastETAG((String) data);