mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-22 07:08:49 +00:00
[skip ci] remove unrelated files
This commit is contained in:
parent
e71e8c8350
commit
fa16d5e278
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ final RouteObserver<PageRoute> routeObserver = RouteObserver<PageRoute>();
|
||||||
Future<void> main() async {
|
Future<void> main() async {
|
||||||
try {
|
try {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
|
|
||||||
final appDir = await getApplicationDocumentsDirectory();
|
final appDir = await getApplicationDocumentsDirectory();
|
||||||
await Hive.close();
|
await Hive.close();
|
||||||
Hive.init(appDir.path);
|
Hive.init(appDir.path);
|
||||||
|
|
Loading…
Reference in a new issue