Fix settings sync after reconnection

This commit is contained in:
Bojan Mojsilovic 2024-01-12 13:46:53 +01:00
parent d849f984ab
commit aff7bf0d8a
1 changed files with 2 additions and 0 deletions

View File

@ -514,6 +514,8 @@ export const SettingsProvider = (props: { children: ContextChildren }) => {
return;
}
if (publicKey) return;
publicKey = account?.publicKey;
const initFeeds = initAvailableFeeds(publicKey);