We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae17e5 commit 6ebf1c2Copy full SHA for 6ebf1c2
1 file changed
launcher/main.c
@@ -198,10 +198,12 @@ int main(void) {
198
Log("Exiting");
199
200
#ifdef ARCH_ARMHF
201
+ Log("Using armhf graceful exit strategy!");
202
char* value;
203
LipcGetStringProperty(lipc, "com.lab126.appmgrd", "popAppHistory", &value);
204
LipcFreeString(value);
205
#else
206
+ Log("Using armel graceful exit strategy!");
207
LipcSetStringProperty(lipc, "com.lab126.appmgrd", "start", "app://com.lab126.booklet.home");
208
#endif
209
}
0 commit comments