update llc dependency and hotfixes

This commit is contained in:
Salvatore Giordano
2020-10-12 11:15:37 +02:00
parent 05fd5858f4
commit efced08641
6 changed files with 34 additions and 21 deletions
+6 -3
View File
@@ -82,9 +82,12 @@ class ThreadHeader extends StatelessWidget implements PreferredSizeWidget {
actions: <Widget>[
Container(
child: showBackButton
? StreamBackButton(
onPressed: onBackPressed,
icon: Icons.close,
? AspectRatio(
aspectRatio: 1,
child: StreamBackButton(
onPressed: onBackPressed,
icon: Icons.close,
),
)
: SizedBox(),
),