Task edit #37

Open
konrad wants to merge 76 commits from feature/edit-task into master
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( drawer: new Drawer(
child: new Column(children: <Widget>[ child: new Column(children: <Widget>[
new UserAccountsDrawerHeader( new UserAccountsDrawerHeader(
accountEmail: // Removed until we find a way to disable the user email only for some occasions and not everywhere
currentUser?.email == null ? null : Text(currentUser.email), //accountEmail:
// currentUser?.email == null ? null : Text(currentUser.email),
accountName: accountName:
currentUser?.username == null ? null : Text(currentUser.username), currentUser?.username == null ? null : Text(currentUser.username),
onDetailsPressed: () { onDetailsPressed: () {