Refresh after unblocking a SessionID without model

pull/1312/head
Konstantin Ullrich 5 years ago
parent 2f35d9d2a6
commit 5b7c58c0d4

@ -630,6 +630,7 @@ export class SettingsView extends React.Component<SettingsViewProps, State> {
await currentModel.unblock(); await currentModel.unblock();
} else { } else {
await BlockedNumberController.unblock(blockedNumber); await BlockedNumberController.unblock(blockedNumber);
this.forceUpdate();
} }
ToastUtils.push({ ToastUtils.push({
title: window.i18n('unblocked'), title: window.i18n('unblocked'),

Loading…
Cancel
Save