Format comment

This commit is contained in:
Benoit Marty
2023-11-14 23:15:27 +01:00
committed by GitHub
parent 34ae25a56a
commit 208d34f296

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")