reset floating header on profile change

This commit is contained in:
Nicolas Constant 2019-08-06 22:45:08 -04:00
parent 94f7a52d3f
commit b68f12d975
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ export class UserProfileComponent implements OnInit {
this.displayedAccount = null;
this.isLoading = true;
this.showFloatingHeader = false;
this.lastAccountName = accountName;
this.currentlyUsedAccount = this.toolsService.getSelectedAccounts()[0];