From 2aa92b655c633c82b86481019db6997b9176e178 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 14 Nov 2023 23:15:27 +0100 Subject: [PATCH] Format comment --- app/src/main/kotlin/io/element/android/x/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/io/element/android/x/MainActivity.kt b/app/src/main/kotlin/io/element/android/x/MainActivity.kt index 30b20a1bd7..29f2d76527 100644 --- a/app/src/main/kotlin/io/element/android/x/MainActivity.kt +++ b/app/src/main/kotlin/io/element/android/x/MainActivity.kt @@ -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")