-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
SMB version of MainActivityHelper.checkFolder() #2229
Conversation
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/PrepareCopyTask.java
Outdated
Show resolved
Hide resolved
a8dcb7d
to
5f1fcb5
Compare
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/PrepareCopyTask.java
Outdated
Show resolved
Hide resolved
I can't seem to figure out why the reported crash has path as |
5f1fcb5
to
8926b59
Compare
PrepareCopyTask called this, that the SMB URI passed into the |
Issue explanation (write below this line)Trying to copy file to smb with the above changeset Exception
Crash log
|
8926b59
to
648ad18
Compare
9364078
to
ea5aca2
Compare
70042e0
to
9279df6
Compare
9279df6
to
0ee37c0
Compare
@TranceLove can you please fix the conflict here |
5537a03
to
08be206
Compare
Sadly I'm still getting the exception log, so doesn't fix the issue still.
|
776e03a
to
9a5f103
Compare
Also added SshClientUtils version of checkFolder()
9a5f103
to
09fcee5
Compare
@TranceLove this needs to be rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes issue and code seems ok
PR Info
Issue tracker
Fixes will automatically close the related issue
Fixes #2189
Release
Addresses release/3.6
Test cases
Manual testing
If yes,
Build tasks success
Successfully running following tasks on local
./gradlew assembledebug
./gradlew spotlessCheck
Additional Info
When copying from local to SMB, SMB URL was seen passed into MainActivityHelper.checkFolder(), causing the exception. Created a SMB version of the method to fix this.