MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / forceNextApp

Method forceNextApp

src/DisplayManager.cpp:1371–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369}
1370
1371void DisplayManager_::forceNextApp()
1372{
1373 ui->switchToApp(ui->getUiState()->currentApp);
1374 setAppTime(TIME_PER_APP);
1375 MQTTManager.setCurrentApp(getAppNameAtIndex(ui->getUiState()->currentApp));
1376}
1377
1378void DisplayManager_::previousApp()
1379{

Callers 1

NotifyOverlayFunction · 0.80

Calls 4

getAppNameAtIndexFunction · 0.85
getUiStateMethod · 0.80
setCurrentAppMethod · 0.80
switchToAppMethod · 0.45

Tested by

no test coverage detected