chore: Add transparent color to colors.xml, fix bug in incoming_request_handlers.js, and add close button drawable and dialog layout files

This commit is contained in:
SebasKoedam
2024-06-03 14:03:48 +02:00
parent dde65dd2b9
commit 67860a6397
8 changed files with 93 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ function handleIncoming(request, response, app, pool)
path: row.Path,
duration: row.Duration
};
});
})[0];
response
.status(200)