Next RC #57

Merged
akinwale merged 21 commits from rc-0.9.4 into master 2019-10-17 15:10:49 +02:00
Showing only changes of commit 3ddd0b5b50 - Show all commits

View file

@ -448,7 +448,6 @@ export default class ChannelCreator extends React.PureComponent {
showCreateChannel: false,
});
logPublish(channelClaim);
if (onChannelChange) {
onChannelChange(channelName);
}
@ -458,8 +457,7 @@ export default class ChannelCreator extends React.PureComponent {
notify({ message: 'The channel was successfully created.' });
this.showChannelList();
// sync wallet
NativeModules.UtilityModule.getSecureValue(Constants.KEY_WALLET_PASSWORD).then(password => getSync(password));
logPublish(channelClaim);
};
const failure = () => {