chore: Always display header elevation in chat

This commit is contained in:
Christian Pauly 2022-07-08 09:59:40 +02:00
parent 2b9bec4e87
commit 3e6ce3403e
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ class ChatView extends StatelessWidget {
builder: (BuildContext context, snapshot) {
return Scaffold(
appBar: AppBar(
elevation: 4,
actionsIconTheme: IconThemeData(
color: controller.selectedEvents.isEmpty
? null