Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
auto_track_plugin
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-02-17 18:20:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8cec8eab85d59904acfced093fd938c57bc3f76f
8cec8eab
1 parent
f9d93526
【修复】数据库初始化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
lib/auto_track/config/queue.dart
lib/auto_track/config/queue.dart
View file @
8cec8ea
...
...
@@ -34,9 +34,7 @@ class AutoTrackQueue {
}
Future
<
void
>
_checkInitDataBase
()
async
{
if
(
database
!=
null
)
{
database
=
await
openTrackDatabase
();
}
database
??=
await
openTrackDatabase
();
}
Future
<
Database
>
openTrackDatabase
()
async
{
...
...
Please
register
or
login
to post a comment