mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
lottie min time mod
This commit is contained in:
parent
3421c45e64
commit
f6c939bf6e
6 changed files with 6 additions and 6 deletions
|
@ -81,7 +81,7 @@ class _ConfirmChangeNowSendViewState
|
|||
|
||||
final time = Future<dynamic>.delayed(
|
||||
const Duration(
|
||||
seconds: 3,
|
||||
milliseconds: 2500,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
@ -558,7 +558,7 @@ class _Step4ViewState extends ConsumerState<Step4View> {
|
|||
final time =
|
||||
Future<dynamic>.delayed(
|
||||
const Duration(
|
||||
seconds: 3,
|
||||
milliseconds: 2500,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
@ -254,7 +254,7 @@ class _SendFromCardState extends ConsumerState<SendFromCard> {
|
|||
|
||||
final time = Future<dynamic>.delayed(
|
||||
const Duration(
|
||||
seconds: 3,
|
||||
milliseconds: 2500,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ class _ConfirmTransactionViewState
|
|||
|
||||
final time = Future<dynamic>.delayed(
|
||||
const Duration(
|
||||
seconds: 3,
|
||||
milliseconds: 2500,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
@ -445,7 +445,7 @@ class _SendViewState extends ConsumerState<SendView> {
|
|||
|
||||
final time = Future<dynamic>.delayed(
|
||||
const Duration(
|
||||
seconds: 3,
|
||||
milliseconds: 2500,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
@ -248,7 +248,7 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
|
|||
|
||||
final time = Future<dynamic>.delayed(
|
||||
const Duration(
|
||||
seconds: 3,
|
||||
milliseconds: 2500,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue