This commit is contained in:
Sean Yesmunt 2019-09-26 15:31:27 -04:00
parent 6059889eff
commit 3953b101a9

View file

@ -14,7 +14,7 @@ import {
doError,
makeSelectClaimForUri,
makeSelectClaimIsMine,
doPopulateUserSettings,
doPopulateSharedUserState,
doFetchChannelListMine,
} from 'lbry-redux';
import Native from 'native';
@ -457,7 +457,7 @@ export function doSignIn() {
// @endif
Lbryio.call('user_settings', 'get').then(settings => {
dispatch(doPopulateUserSettings(settings));
dispatch(doPopulateSharedUserState(settings));
});
};
}