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
This commit is contained in:
SpiritCroc 2025-01-19 15:15:50 +01:00
parent 0cb4cec552
commit ea3ddca83c

View File

@ -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",
) */
}