fix: Minor apl bugs
This commit is contained in:
parent
40542d0364
commit
d7cdd5b35d
22 changed files with 170 additions and 135 deletions
|
|
@ -172,6 +172,7 @@ class _ChatDetailsState extends State<ChatDetails> {
|
|||
if (room == null) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: BackButton(),
|
||||
title: Text(L10n.of(context).oopsSomethingWentWrong),
|
||||
),
|
||||
body: Center(
|
||||
|
|
@ -192,6 +193,7 @@ class _ChatDetailsState extends State<ChatDetails> {
|
|||
headerSliverBuilder:
|
||||
(BuildContext context, bool innerBoxIsScrolled) => <Widget>[
|
||||
SliverAppBar(
|
||||
leading: BackButton(),
|
||||
expandedHeight: 300.0,
|
||||
floating: true,
|
||||
pinned: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue