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

# 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
1 changed files with 3 additions and 2 deletions

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