mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-27 09:31:20 +01:00
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:
parent
0cb4cec552
commit
ea3ddca83c
@ -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",
|
||||
) */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user