Files
Upsilon/apps/apps_container_launch_default.cpp
2019-08-08 16:32:18 +02:00

8 lines
213 B
C++

#include "apps_container.h"
App::Snapshot * AppsContainer::initialAppSnapshot() {
// The backlight has not been initialized
Ion::Backlight::init();
return appSnapshotAtIndex(numberOfApps() == 2 ? 1 : 0);
}