Revert "design: New date separators in timeline"
This reverts commit f15b81c5a6.
This commit is contained in:
parent
f15b81c5a6
commit
554f951a30
6 changed files with 79 additions and 134 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue