Skip to content

Commit

Permalink
Merge pull request #94 from jevonmao/fix_dismiss_bug_#93
Browse files Browse the repository at this point in the history
Fix issue #93 bug
  • Loading branch information
jevonmao authored Aug 9, 2021
2 parents fae8428 + 47a1602 commit 2f3c429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ struct PermissionSectionCell: View {
store.autoDismissAlert) ||
//Current view style is modal and autoDismissModal is true
(schemaStore.permissionViewStyle == .modal &&
store.autoDismissModal)) ||
store.autoDismissModal)) &&
store.configStore.autoDismiss {
DispatchQueue.main.asyncAfter(deadline: .now()+0.8) {
showing = false
Expand Down

0 comments on commit 2f3c429

Please sign in to comment.