Skip to content

Commit

Permalink
Clear active user status when changing users.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sein <[email protected]>
  • Loading branch information
Ivansss committed Sep 5, 2024
1 parent c3508dc commit 7252a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NextcloudTalk/RoomsTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,8 @@ - (void)adaptInterfaceForAppState:(AppState)appState
case kAppStateMissingServerCapabilities:
case kAppStateMissingSignalingConfiguration:
{
// Clear active user status when changing users
_activeUserStatus = nil;
[self setProfileButton];
}
break;
Expand Down

0 comments on commit 7252a9a

Please sign in to comment.