Polish and refactor

This commit is contained in:
vjrj 2018-06-10 21:12:59 +02:00
parent 40842dc4e4
commit 188a9bc249
5 changed files with 41 additions and 69 deletions

View file

@ -66,7 +66,7 @@ Widget mainDrawer(BuildContext context) {
),
new ListTile(
leading: const Icon(Icons.location_on),
title: new Text('My areas'),
title: new Text('My subscribed areas'),
onTap: () {
// Then close the drawer
Navigator.pushNamed(context, '/subscriptions');