Format comment

This commit is contained in:
Benoit Marty 2023-11-14 23:15:27 +01:00 committed by GitHub
parent b4a19b91d9
commit 2aa92b655c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ class MainActivity : NodeActivity() {
// Indeed, otherwise we would need to trick Appyx backstack management everywhere.
// Without this trick, we would get pop operations on the hidden backstack.
if (appBindings.lockScreenService().isLocked) {
//Do not kill the app in this case, just go to background.
// Do not kill the app in this case, just go to background.
moveTaskToBack(false)
} else {
@Suppress("DEPRECATION")