1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Add download link on deprecation dialog

This commit is contained in:
2021-02-20 09:59:21 +01:00
parent a32e968992
commit 1ea286f3ef
3 changed files with 22 additions and 2 deletions

View File

@ -24,6 +24,8 @@ class ServerConfigurationHelper {
minSupportedMobileVersion:
Version.parse(response["min_supported_mobile_version"]),
termsURL: response["terms_url"],
playStoreURL: response["play_store_url"],
androidDirectDownloadURL: response["android_direct_download_url"],
passwordPolicy: PasswordPolicy(
allowMailInPassword: passwordPolicy["allow_email_in_password"],
allowNameInPassword: passwordPolicy["allow_name_in_password"],