Task edit #37

Open
konrad wants to merge 76 commits from feature/edit-task into master
1 changed files with 3 additions and 2 deletions
Showing only changes of commit fbd8efa2b2 - Show all commits

View File

@ -89,8 +89,9 @@ class HomePageState extends State<HomePage> with AfterLayoutMixin<HomePage> {
drawer: new Drawer(
child: new Column(children: <Widget>[
new UserAccountsDrawerHeader(
accountEmail:
currentUser?.email == null ? null : Text(currentUser.email),
// Removed until we find a way to disable the user email only for some occasions and not everywhere
//accountEmail:
// currentUser?.email == null ? null : Text(currentUser.email),
accountName:
currentUser?.username == null ? null : Text(currentUser.username),
onDetailsPressed: () {