MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / update

Method update

Tactility/Source/app/wificonnect/View.cpp:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void View::update() {
210 if (state->hasConnectionError()) {
211 setLoading(false);
212 resetErrors();
213 lv_label_set_text(connection_error, "Connection failed");
214 lv_obj_remove_flag(connection_error, LV_OBJ_FLAG_HIDDEN);
215 }
216}
217
218} // namespace

Callers 2

requestViewUpdateMethod · 0.45
onShowMethod · 0.45

Calls 1

hasConnectionErrorMethod · 0.80

Tested by

no test coverage detected