Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Fixed event log save
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-dev004 committed Jul 4, 2022
1 parent 9084cf1 commit c43e212
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ public Command OnClickExposureNotifyCheckBoxLabel
{
_sendEventLogStateRepository.SetSendEventLogState(EventType.ExposureNotified, ExposureNotifyIsChecked ? SendEventLogState.Enable : SendEventLogState.Disable);
foreach (var eventType in EventType.All)
{
if (_sendEventLogStateRepository.GetSendEventLogState(eventType) == SendEventLogState.NotSet)
{
_sendEventLogStateRepository.SetSendEventLogState(eventType, SendEventLogState.Disable);
}
}
await _dialogService.ShowEventLogSaveCompletedAsync();
switch (_transitionReason)
Expand Down

0 comments on commit c43e212

Please sign in to comment.