FireAlerts (wip)
This commit is contained in:
parent
acf95b699d
commit
6d9ad379c4
11 changed files with 133 additions and 38 deletions
|
|
@ -7,6 +7,7 @@ import 'globals.dart' as globals;
|
|||
import 'generated/i18n.dart';
|
||||
import 'package:comunes_flutter/comunes_flutter.dart';
|
||||
import 'privacyPage.dart';
|
||||
import 'fireAlert.dart';
|
||||
|
||||
class MainDrawer extends Drawer {
|
||||
MainDrawer(BuildContext context, {key})
|
||||
|
|
@ -58,7 +59,7 @@ Widget mainDrawer(BuildContext context) {
|
|||
onTap: () {
|
||||
// Then close the drawer
|
||||
Navigator.pop(context);
|
||||
Navigator.pushNamed(context, Sandbox.routeName);
|
||||
Navigator.pushNamed(context, FireAlert.routeName);
|
||||
},
|
||||
),
|
||||
new Divider(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue