Skip to content

Commit

Permalink
Snackbar default to 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Mar 6, 2024
1 parent a7a47ba commit 14f7a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ui/util/ui_util.dart
Expand Up @@ -10,6 +10,7 @@ import 'package:kalium_wallet_flutter/bus/events.dart';
import 'package:kalium_wallet_flutter/ui/util/exceptions.dart';

enum ThreeLineAddressTextType { PRIMARY60, PRIMARY, SUCCESS, SUCCESS_FULL }

enum OneLineAddressTextType { PRIMARY60, PRIMARY, SUCCESS }

class UIUtil {
Expand Down Expand Up @@ -424,7 +425,7 @@ class UIUtil {
),
),
dismissOtherToast: true,
duration: Duration(milliseconds: 2500),
duration: Duration(milliseconds: 3000),
);
}

Expand Down

0 comments on commit 14f7a3c

Please sign in to comment.