Format comment
This commit is contained in:
parent
34ae25a56a
commit
208d34f296
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class MainActivity : NodeActivity() {
|
||||||
// Indeed, otherwise we would need to trick Appyx backstack management everywhere.
|
// Indeed, otherwise we would need to trick Appyx backstack management everywhere.
|
||||||
// Without this trick, we would get pop operations on the hidden backstack.
|
// Without this trick, we would get pop operations on the hidden backstack.
|
||||||
if (appBindings.lockScreenService().isLocked) {
|
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)
|
moveTaskToBack(false)
|
||||||
} else {
|
} else {
|
||||||
@Suppress("DEPRECATION")
|
@Suppress("DEPRECATION")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue