mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +00:00
fixed path
This commit is contained in:
parent
8754142694
commit
04b9cddb19
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class _MonkeyViewState extends ConsumerState<MonkeyView> {
|
|||
Future<Directory?> getDocsDir() async {
|
||||
try {
|
||||
if (Platform.isAndroid) {
|
||||
return Directory("/storage/emulated/0/");
|
||||
return Directory("/storage/emulated/0/Documents");
|
||||
}
|
||||
|
||||
return await getApplicationDocumentsDirectory();
|
||||
|
|
Loading…
Reference in a new issue