Merge pull request #754 from pangeachat/update-snackbar-duration
decreased duration of updated version snackbar
This commit is contained in:
commit
fd0a611310
1 changed files with 6 additions and 1 deletions
|
|
@ -18,7 +18,12 @@ abstract class UpdateNotifier {
|
|||
ScaffoldFeatureController? controller;
|
||||
controller = scaffoldMessenger.showSnackBar(
|
||||
SnackBar(
|
||||
duration: const Duration(seconds: 30),
|
||||
duration: const Duration(
|
||||
// #Pangea
|
||||
// seconds: 30,
|
||||
seconds: 5,
|
||||
// Pangea#
|
||||
),
|
||||
content: Row(
|
||||
children: [
|
||||
IconButton(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue