File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vector/src/main/java/im/vector/app/features/settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import im.vector.app.core.preference.VectorPreference
48
48
import im.vector.app.core.preference.VectorSwitchPreference
49
49
import im.vector.app.core.utils.TextUtils
50
50
import im.vector.app.core.utils.getSizeOfFiles
51
- import im.vector.app.core.utils.openUrlInExternalBrowser
51
+ import im.vector.app.core.utils.openUrlInChromeCustomTab
52
52
import im.vector.app.core.utils.toast
53
53
import im.vector.app.databinding.DialogChangePasswordBinding
54
54
import im.vector.app.features.MainActivity
@@ -221,7 +221,7 @@ class VectorSettingsGeneralFragment :
221
221
// Hide the preference if no URL is given by server
222
222
if (homeServerCapabilities.externalAccountManagementUrl != null ) {
223
223
mExternalAccountManagementPreference.onPreferenceClickListener = Preference .OnPreferenceClickListener {
224
- openUrlInExternalBrowser (it.context, homeServerCapabilities.externalAccountManagementUrl)
224
+ openUrlInChromeCustomTab (it.context, null , homeServerCapabilities.externalAccountManagementUrl!! )
225
225
true
226
226
}
227
227
You can’t perform that action at this time.
0 commit comments