chore: Always display header elevation in chat
This commit is contained in:
parent
f983066566
commit
78664e8dbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue