From fcfe19889c2d9c25e442a3e592f3923cefd08a05 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 22 Jul 2023 12:05:24 +0200 Subject: [PATCH] design: Increase time limit between chat environments --- lib/utils/date_time_extension.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/date_time_extension.dart b/lib/utils/date_time_extension.dart index f6cfecf1f..121eaf72e 100644 --- a/lib/utils/date_time_extension.dart +++ b/lib/utils/date_time_extension.dart @@ -24,7 +24,7 @@ extension DateTimeExtension on DateTime { /// Two message events can belong to the same environment. That means that they /// don't need to display the time they were sent because they are close /// enaugh. - static const minutesBetweenEnvironments = 5; + static const minutesBetweenEnvironments = 10; /// Checks if two DateTimes are close enough to belong to the same /// environment.