-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileBrowser: File Modification Time not updated until app restart #2196
Comments
@XYIheng Can you try a APK you can find on any of the development builds here https://github.com/gsantner/markor/actions? As the file metadata caching was reworked this should not be case in the master branch anymore. |
@gsantner Hi, it still does not work for me. I try the apk here https://github.com/gsantner/markor/actions/runs/7493416005. |
@gsantner We should call notifyItemChanged(position) or notifyDataSetChanged() after some files were modified. |
On pull down reload we also do that as far I know. But the info might be cached somewhere |
…#2196 (PR gsantner#2385) (cherry picked from commit 92b30e1)
Description
Modifying a file does not update its modification time immediately.
Refresh file list also not work.
The file's modification time remains unchanged until the application is restarted.
Steps to reproduce
bug_file_modification_time.mp4
Information
Android version: 8
Device: pixel2
App Version: 2.11.1
Source
F-Droid
Format / File type
Not specific
Additional info / Log
The text was updated successfully, but these errors were encountered: