You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Simon-Laux's file manager (Material Files, from F-Droid) throws this error:
System.err: java8.nio.file.FileSystemException: content://com.b44t.messenger.attachments/f6ad6d62.log/nixos-infect.log: ContentResolver.query() with content://com.b44t.messenger.attachments/f6ad6d62.log/nixos-infect.log returned null
The fix is probably to return something sensible from query() in AttachmentsContentProvider.java:
@Simon-Laux's file manager (Material Files, from F-Droid) throws this error:
System.err: java8.nio.file.FileSystemException: content://com.b44t.messenger.attachments/f6ad6d62.log/nixos-infect.log: ContentResolver.query() with content://com.b44t.messenger.attachments/f6ad6d62.log/nixos-infect.log returned null
The fix is probably to return something sensible from
query()
inAttachmentsContentProvider.java
:Signal has it implemented, so, we can use their code as instructions for how implement it, but we can't copy the code due to licensing problems.
The text was updated successfully, but these errors were encountered: