Just created folder disappears when synchronizing parent folder and reappears during the next synchronization
Just created folder should not disappear
Android version: 8.1
Device model: Nexus 5X
Stock or customized system: Stock
ownCloud app version: 2.10
ownCloud server version: 10.0.10 (stable)
@jesmrec Can I work on this?
of course!! we have scheduled this one into 2.11, do you think you can finish it within the next 2-3 weeks?
@jesmrec Yes, I have already started working on it.
@davigonz @jesmrec I have an issue. As you can see from the attached screenshot:-

(The screenshot is the debugger output at this line I have just added an additional line(No. 1017):-

to check the contents of FileDataStorageManager)
The RefreshFolderOperation result shows that there are 7 files(counting the parent directory) but just after receiving the result if we fetch the folder content using FileDataStorageManager the no. of files is 5 (it should ideally be 6 as we the FileDataStorageManager does not return the parent directory). I am unable to understand why the FileDataStorageManager does not provide the same response even when the new directory being created is being saved in the local db as can be seen here. Please advise.
@davigonz @jesmrec I have an issue. As you can see from the attached screenshot:-
Screenshot 2019-05-17 at 5 23 16 PM
(The screenshot is the debugger output at this line I have just added an additional line(No. 1017):-
image
to check the contents of FileDataStorageManager)
The RefreshFolderOperation result shows that there are 7 files(counting the parent directory) but just after receiving the result if we fetch the folder content using FileDataStorageManager the no. of files is 5 (it should ideally be 6 as we the FileDataStorageManager does not return the parent directory). I am unable to understand why the FileDataStorageManager does not provide the same response even when the new directory being created is being saved in the local db as can be seen here. Please advise.
@sd1998 Yes, you need to find out why that's happening 馃槈 , try to research a little more and if you do not progress at all, I will help you
@sd1998 did you get any finding? do you need some help with the issue?
@sd1998 In the end I'll take care of this since it should be included for 2.11 version, please continue with other features, thanks
Most helpful comment
@jesmrec Yes, I have already started working on it.