Fix: Status header design

This commit is contained in:
Christian Pauly 2020-08-22 11:02:08 +02:00
commit 412d2a154b
2 changed files with 140 additions and 122 deletions

View file

@ -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,