Skip to content

Commit

Permalink
Fix bug that could interact to hidden rows behind the background when…
Browse files Browse the repository at this point in the history
… searching words
  • Loading branch information
woin2ee committed Jan 23, 2024
1 parent 555a987 commit 2e9379e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog/1.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

## Enhancement
- Updated daily reminder message for send more infomation

## Fixed
- Fixed bug that could interact to hidden rows behind the background when searching words
1 change: 1 addition & 0 deletions Sources/iOSScenes/WordList/WordListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ final class WordListViewController: RxBaseViewController, WordListViewController
}
let searchController: UISearchController = .init(searchResultsController: searchResultsController)

searchController.obscuresBackgroundDuringPresentation = true
searchController.searchResultsUpdater = searchResultsController
searchController.delegate = self

Expand Down

0 comments on commit 2e9379e

Please sign in to comment.