Skip to content

Commit

Permalink
6.4.10-rc2 (#1385)
Browse files Browse the repository at this point in the history
- Update ssdp implementation to version 0.4
- Fix some more bugs
  • Loading branch information
tmolitor-stud-tu authored Jan 25, 2025
2 parents 705ce81 + f01657a commit fc1bc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/xmpp.m
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ -(void) resetAccountState
}
else
{
[[DataLayer sharedInstance] persistState:dic forAccount:self.accountNo];
[[DataLayer sharedInstance] persistState:newState forAccount:self.accountNo];
[self readState]; //better safe than sorry
}
}
Expand Down

0 comments on commit fc1bc7c

Please sign in to comment.