Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void SettingsActivity::onExit() {
110
Activity::onExit();
111
112
UITheme::getInstance().reload(); // Re-apply theme in case it was changed
113
}
114
115
void SettingsActivity::loop() {
116
bool hasChangedCategory = false;
Callers
nothing calls this directly
Calls
1
reload
Method · 0.80
Tested by
no test coverage detected