LastFeedbackBranch #48

Merged
nisa9769 merged 4 commits from LastFeedbackBranch into master 2022-05-28 05:33:08 +02:00
2 changed files with 3 additions and 6 deletions
Showing only changes of commit 7ebb64a08f - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -191,15 +191,12 @@ class MapState extends State<Map> {
actions: <Widget>[createFilterMenuButton()],
backgroundColor: const Color.fromARGB(255, 190, 146, 160),
),
/*body: Stack(
backgroundColor: const Color.fromARGB(255, 190, 146, 160),
),
body: Stack(
drawer : Drawer(
child: Container(
child: globals.LOGGED_IN_USER.userID == 0 ? buildDrawerSignedOut(context) : buildDrawerSignedIn(context),
),
),*/
),
body: Stack(
children: [