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:
@@ -21,7 +21,7 @@ Widget buildLoadingPage({
|
||||
return Scaffold(
|
||||
appBar: showAppBar
|
||||
? AppBar(
|
||||
title: Text(routeTitle),
|
||||
title: routeTitle == null ? null : Text(routeTitle),
|
||||
)
|
||||
: null,
|
||||
body: buildCenteredProgressBar(),
|
||||
|
Reference in New Issue
Block a user