1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-09-19 05:48:54 +00:00

Create user access denied route

This commit is contained in:
2019-06-15 16:01:58 +02:00
parent 972cee0a18
commit 4fb34e6f90
7 changed files with 330 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ Widget buildLoadingPage({
return Scaffold(
appBar: showAppBar
? AppBar(
title: Text(routeTitle),
title: routeTitle == null ? null : Text(routeTitle),
)
: null,
body: buildCenteredProgressBar(),