Amend back button handling, add "use as sleep screen" feature

This commit is contained in:
jpirnay
2026-04-06 10:34:48 +02:00
parent ecac7ebdc7
commit 4ff9a10de1
5 changed files with 74 additions and 2 deletions
+1
View File
@@ -16,4 +16,5 @@ class BmpViewerActivity final : public Activity {
private:
std::string filePath;
void setAsSleepScreen();
};