Distinct notification IDs
This commit is contained in:
parent
33a16b85e4
commit
9b2b8f0608
2 changed files with 18 additions and 20 deletions
|
@ -30,7 +30,7 @@ export default class SettingUseCase {
|
|||
try {
|
||||
value = data.toSettings();
|
||||
} catch (e) {
|
||||
this.notifyPresenter.notifyInvalidSettings(() => {});
|
||||
this.notifyPresenter.notifyInvalidSettings();
|
||||
value = DefaultSettingData.toSettings();
|
||||
}
|
||||
this.settingRepository.update(value!!);
|
||||
|
|
Reference in a new issue