MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / onExit

Method onExit

src/activities/settings/SettingsActivity.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void SettingsActivity::onExit() {
110 Activity::onExit();
111
112 UITheme::getInstance().reload(); // Re-apply theme in case it was changed
113}
114
115void SettingsActivity::loop() {
116 bool hasChangedCategory = false;

Callers

nothing calls this directly

Calls 1

reloadMethod · 0.80

Tested by

no test coverage detected