Browse Source

Format comment

pull/1806/head
Benoit Marty 10 months ago committed by GitHub
parent
commit
2aa92b655c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/kotlin/io/element/android/x/MainActivity.kt

2
app/src/main/kotlin/io/element/android/x/MainActivity.kt

@ -67,7 +67,7 @@ class MainActivity : NodeActivity() { @@ -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")

Loading…
Cancel
Save