WT 1.1.11+5 bug fixes customer change

This commit is contained in:
bossanyit
2021-04-12 22:15:33 +02:00
parent db103a1015
commit d1c31b6d25
10 changed files with 48 additions and 45 deletions
-3
View File
@@ -348,9 +348,6 @@ class _MenuPageWidgetState extends State<MenuPageWidget> with Trans, Logging {
);
}))
: Offstage(),
SizedBox(
width: 10,
),
]));
return sliverAppBar;
}