fix weathersettings broken logic

This commit is contained in:
Gerome Matilla 2020-06-12 15:55:54 +08:00
parent 70a07fd5c3
commit 57d8884baf

View File

@ -23,7 +23,7 @@ class WeatherSettings {
}
_init = () => {
// this._updat2eWeatherSettings();
this._updateWeatherSettings();
this._registerWeatherResetOnClickEvent();
this._registerWeatherApplyOnClickEvent();
}