Revert "design: New date separators in timeline"

This reverts commit f15b81c5a6.
This commit is contained in:
Krille 2024-03-27 08:54:15 +01:00
commit 554f951a30
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 79 additions and 134 deletions

View file

@ -187,7 +187,12 @@ class ChatListView extends StatelessWidget {
? NavigationBar(
elevation: 4,
labelBehavior:
NavigationDestinationLabelBehavior.alwaysShow,
NavigationDestinationLabelBehavior.alwaysHide,
height: 64,
shadowColor:
Theme.of(context).colorScheme.onBackground,
surfaceTintColor:
Theme.of(context).colorScheme.background,
selectedIndex: controller.selectedIndex,
onDestinationSelected:
controller.onDestinationSelected,