Skip to content

Commit 32eff79

Browse files
committed
chore: increase minimum splash duration
- Increased to 3 seconds
1 parent 5ca757b commit 32eff79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/app/view/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class _AppViewState extends State<_AppView> {
8181
AppStatus _currentAppStatus = AppStatus.initial;
8282

8383
// Minimum splash duration
84-
static const _minSplashDuration = Duration(seconds: 2);
84+
static const _minSplashDuration = Duration(seconds: 3);
8585

8686
@override
8787
void initState() {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ht_main
22
description: main headlines toolkit mobile app.
3-
version: 0.43.0
3+
version: 0.43.2
44
publish_to: none
55
repository: https://github.com/headlines-toolkit/ht-main
66
environment:

0 commit comments

Comments
 (0)