Skip to content
Snippets Groups Projects
Commit 1e9787eb authored by Pavan Koushik Nellore's avatar Pavan Koushik Nellore Committed by Adrien Béraud
Browse files

account_settings: hide the device linking button for jams account

GitLab: #1369
Change-Id: I03a7417c6d4e768a2ce3563fe8d08d19cd620356
parent d44d1759
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@ class JamiAccountSummaryFragment :
binding.userPhoto.setOnClickListener { profileContainerClicked(account) }
binding.linkedDevices.text = account.deviceName
setLinkedDevicesAdapter(account)
binding.linkNewDevice.visibility = if (account.hasManager()) View.GONE else View.VISIBLE
mAccountHasPassword = account.hasPassword()
mBinding!!.accountSwitch.setCheckedSilent(account.isEnabled)
binding.accountAliasTxt.text = getString(R.string.profile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment