From ea3ddca83c89ccb434f01c2952098b885e4ff524 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sun, 19 Jan 2025 15:15:50 +0100 Subject: [PATCH] Disable sunset for now Probably won't work like this either way since we still use the old login flow? Anyway needs some more consideration/testing later Change-Id: I0e1180c2165b7389883b8e7ca24c0978dc8701ce --- .../src/main/java/im/vector/app/config/Config.kt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vector-config/src/main/java/im/vector/app/config/Config.kt b/vector-config/src/main/java/im/vector/app/config/Config.kt index 8c5ed83123..2293b5567a 100644 --- a/vector-config/src/main/java/im/vector/app/config/Config.kt +++ b/vector-config/src/main/java/im/vector/app/config/Config.kt @@ -103,9 +103,9 @@ object Config { * Fork maintainers can use this to inform users about their new application if any. Note that you probably also want * to replace the resource `replacement_app_icon` too. */ - val sunsetConfig: SunsetConfig = SunsetConfig.Enabled( - learnMoreLink = "https://element.io/app-for-productivity", - replacementApplicationName = "Element X", - replacementApplicationId = "io.element.android.x", - ) + val sunsetConfig: SunsetConfig = SunsetConfig.Disabled /* SunsetConfig.Enabled( + learnMoreLink = "https://schildi.chat/android/next", + replacementApplicationName = "SchildiChat Next", + replacementApplicationId = "chat.schildi.android", + ) */ }