User error messages

This commit is contained in:
estevez-dev
2019-09-04 22:03:52 +03:00
parent fb335e1100
commit 8d1b159f56
3 changed files with 95 additions and 92 deletions

View File

@ -385,7 +385,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
Widget build(BuildContext context) {
Widget bottomBar;
if (_userError != null) {
bottomBar = UserErrorScreen(error: _userError,);
bottomBar = UserErrorPanel(error: _userError,);
/*List<Widget> bottomBarChildren = [];
if (_bottomBarText != null) {
bottomBarChildren.add(