chore: Always display header elevation in chat

krille/design-adjust
Christian Pauly 3 years ago
parent f983066566
commit 78664e8dbd

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

Loading…
Cancel
Save