mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 16:48:48 +00:00
minor merge
This commit is contained in:
parent
39c5f79458
commit
9b85e522c9
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void main() async {
|
||||||
}
|
}
|
||||||
// FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding);
|
// FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding);
|
||||||
await Hive.initFlutter(appDirectory.path);
|
await Hive.initFlutter(appDirectory.path);
|
||||||
if(!(Logging.isArmLinux || Logging.isTestEnv)) {
|
if (!(Logging.isArmLinux || Logging.isTestEnv)) {
|
||||||
final isar = await Isar.open(
|
final isar = await Isar.open(
|
||||||
[LogSchema],
|
[LogSchema],
|
||||||
directory: appDirectory.path,
|
directory: appDirectory.path,
|
||||||
|
|
Loading…
Reference in a new issue