Fix: Status header design
This commit is contained in:
parent
774b866acc
commit
412d2a154b
2 changed files with 140 additions and 122 deletions
|
|
@ -480,6 +480,7 @@ class _ChatState extends State<_Chat> {
|
|||
),
|
||||
Column(
|
||||
children: <Widget>[
|
||||
ConnectionStatusHeader(),
|
||||
Expanded(
|
||||
child: FutureBuilder<bool>(
|
||||
future: getTimeline(),
|
||||
|
|
@ -601,7 +602,6 @@ class _ChatState extends State<_Chat> {
|
|||
},
|
||||
),
|
||||
),
|
||||
ConnectionStatusHeader(),
|
||||
AnimatedContainer(
|
||||
duration: Duration(milliseconds: 300),
|
||||
height: editEvent != null || replyEvent != null ? 56 : 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue