mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
Unable to connect to the server
This commit is contained in:
parent
8f5893c7d2
commit
b2b2aa5453
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class RemoteConfigProviderState extends State<RemoteConfigProvider> {
|
|||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
widget.remoteConfigService.fetchConfig();
|
||||
_updatesSubscription = widget.remoteConfigService.onConfigUpdated().listen(
|
||||
_updateFeatures,
|
||||
onError: (e) => log(e.toString()),
|
||||
|
|
Loading…
Reference in a new issue