We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a2f0d commit 77aff43Copy full SHA for 77aff43
Flow.Launcher.Infrastructure/Alphabet.cs
@@ -19,7 +19,7 @@ public interface IAlphabet
19
20
public class Alphabet : IAlphabet
21
{
22
- private ConcurrentDictionary<string, string> _pinyinCache;
+ private ConcurrentDictionary<string, string> _pinyinCache = new ConcurrentDictionary<string, string>();
23
private Settings _settings;
24
25
public void Initialize([NotNull] Settings settings)
0 commit comments