mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +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);
|
||||
await Hive.initFlutter(appDirectory.path);
|
||||
if(!(Logging.isArmLinux || Logging.isTestEnv)) {
|
||||
if (!(Logging.isArmLinux || Logging.isTestEnv)) {
|
||||
final isar = await Isar.open(
|
||||
[LogSchema],
|
||||
directory: appDirectory.path,
|
||||
|
|
Loading…
Reference in a new issue