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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
When attempting to save the seed phrase locally in a file on Android, the feature works correctly when using the 'My Files' directory but encounters a problem when using the 'Files' directory.
The text was updated successfully, but these errors were encountered:
The problem seems to be on native side of the package we use for Android, Somehow the returned file path in null, I have read some docs and checked the native code, So far I am able to determine where the logic goes wrong, Checking more on that.
The function that got the path with file id was using a deprecated method, Removing that and integrating It with new method fixed the error, PR has been made and the package developer merged It.
When attempting to save the seed phrase locally in a file on Android, the feature works correctly when using the 'My Files' directory but encounters a problem when using the 'Files' directory.
The text was updated successfully, but these errors were encountered: