From 2e5d45ec6e9e403cf047c2aa2954babff4da36f2 Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Fri, 18 Mar 2022 12:03:17 +0100 Subject: [PATCH] Format code --- .../java/im/vector/app/features/settings/VectorPreferences.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/vector/src/main/java/im/vector/app/features/settings/VectorPreferences.kt b/vector/src/main/java/im/vector/app/features/settings/VectorPreferences.kt index d263dc1cbb..bd20c57ca5 100755 --- a/vector/src/main/java/im/vector/app/features/settings/VectorPreferences.kt +++ b/vector/src/main/java/im/vector/app/features/settings/VectorPreferences.kt @@ -1028,6 +1028,7 @@ class VectorPreferences @Inject constructor(private val context: Context) { .putBoolean(SETTINGS_LABS_ENABLE_THREAD_MESSAGES, true) .apply() } + /** * Indicates whether or not the user will be notified about the new thread support * We should notify the user only if he had old thread support enabled