Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
ChadCSong
2023-01-07 11:57:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ec3cd4c18406bb193010e802ef063a767fe61f5
8ec3cd4c
1 parent
1bb45f74
优化逻辑
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/base/base_state.dart
lib/base/base_state.dart
View file @
8ec3cd4
...
...
@@ -47,5 +47,6 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> {
for
(
var
element
in
delayTimers
)
{
element
.
cancel
();
}
hideLoading
();
}
}
...
...
Please
register
or
login
to post a comment