Merge branch 'feature/edit-task' of ssh://git.kolaente.de:9022/vikunja/app into feature/edit-task
Some checks failed
continuous-integration/drone/pr Build is failing

# Conflicts:
#	lib/pages/home.dart
This commit is contained in:
kolaente 2020-01-12 14:05:57 +01:00
commit fbd8efa2b2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

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: () {