Theme UI According to Client

This commit is contained in:
2025-09-04 17:57:12 +05:30
parent 845ce1fe78
commit d3792a1a06
7 changed files with 29 additions and 72 deletions

View File

@@ -16,12 +16,12 @@ void main() async {
// Check for device compromise
final compromisedMessage = await SecurityService.deviceCompromisedMessage;
// if (compromisedMessage != null) {
// runApp(MaterialApp(
// home: SecurityErrorScreen(message: compromisedMessage),
// ));
// return;
// }
if (compromisedMessage != null) {
runApp(MaterialApp(
home: SecurityErrorScreen(message: compromisedMessage),
));
return;
}
// Initialize dependencies
await setupDependencies();