Final bug fixed

This commit is contained in:
2025-09-24 17:54:55 +05:30
parent cc7c7a8042
commit b5acae85d5

View File

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