Skip to content
Snippets Groups Projects
Commit 3d501f45 authored by poka's avatar poka
Browse files

Fix don't create wallets folder if not exist

parent 5176e768
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ class WalletsHome extends StatelessWidget { ...@@ -10,6 +10,7 @@ class WalletsHome extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
print('BUILD: WalletsHome'); print('BUILD: WalletsHome');
myWalletProvider.checkIfWalletExist();
myWalletProvider.listWallets = myWalletProvider.getAllWalletsNames(); myWalletProvider.listWallets = myWalletProvider.getAllWalletsNames();
return Scaffold( return Scaffold(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment