Added fire notify and support page
This commit is contained in:
parent
6d9ad379c4
commit
5959670f80
7 changed files with 113 additions and 21 deletions
|
|
@ -8,6 +8,7 @@ import 'generated/i18n.dart';
|
|||
import 'package:comunes_flutter/comunes_flutter.dart';
|
||||
import 'privacyPage.dart';
|
||||
import 'fireAlert.dart';
|
||||
import 'supportPage.dart';
|
||||
|
||||
class MainDrawer extends Drawer {
|
||||
MainDrawer(BuildContext context, {key})
|
||||
|
|
@ -69,7 +70,7 @@ Widget mainDrawer(BuildContext context) {
|
|||
onTap: () {
|
||||
// Then close the drawer
|
||||
Navigator.pop(context);
|
||||
Navigator.pushNamed(context, '/subscriptions');
|
||||
Navigator.pushNamed(context, SupportPage.routeName);
|
||||
},
|
||||
),
|
||||
new ListTile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue