Fix close setting sidebar when setting status (#1954)
This commit is contained in:
parent
b2f7fcc346
commit
2f3a6f98ac
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ export default class SettingsDrawer extends PureComponent {
|
|||
navigator.dismissModal({
|
||||
animationType: 'none',
|
||||
});
|
||||
this.closeSettingsDrawer();
|
||||
this.closeSettingsSidebar();
|
||||
this.confirmReset(status);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue