-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #378: Suppression word may not work
This is a corner case missed in the previous CL [1], which aimed to reload the user dictionary only when necessary. When the user dictionary reloader thread is not started, suppression dictionary must be unlocked by main thread (Note: when the reloader thread is started, the suppression dictionary is unlocked by it). [1]: b976132 BUG=#378 TEST= REF_BUG=26499757,27639932 REF_CL=128960670 REF_TIME=2016-08-01T15:58:29+09:00 REF_TIME_RAW=1470034709 +0900
- Loading branch information
Noriyuki Takahashi
committed
Aug 1, 2016
1 parent
73a9e37
commit eee6391
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters