Results 3 issues of AL

当执行`IOT_OTA_FetchYield`时出现出错,请问是什么原因 当前`IOT_OTA_IsFetching`为true ``` [inf] _ssl_client_init(175): Loading the CA root certificate ... cert. version : 3 serial number : 04:00:00:00:00:01:15:4B:5A:C3:94 issuer name : C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA...

``` public void observeForever(@NonNull Observer observer) { if (!observerMap.containsKey(observer)) { observerMap.put(observer, createForeverObserver(observer)); } super.observeForever(observerMap.get(observer)); } ``` 现在这个过滤导致对消息的组合监听出现问题,调用链为 MediatorLiveData.onActive 或 MediatorLiveData.addSource -> Source.plug -> liveData.observeForever(此时的 liveData 为 busLiveData) -> ObserverWrapper.onChange(带过滤功能的 wrapper...

The 'highlight' in syntaxs doesn't work properly when using the dark theme [vim-colors-solarized](https://github.com/altercation/vim-colors-solarized). I hope you can fix it. :)