From b68f12d975292a405c26697aefb40b0a30364c88 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Tue, 6 Aug 2019 22:45:08 -0400 Subject: [PATCH] reset floating header on profile change --- src/app/components/stream/user-profile/user-profile.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/stream/user-profile/user-profile.component.ts b/src/app/components/stream/user-profile/user-profile.component.ts index dfa37ea7..a3cd3bde 100644 --- a/src/app/components/stream/user-profile/user-profile.component.ts +++ b/src/app/components/stream/user-profile/user-profile.component.ts @@ -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];