mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
c075628ff0
1 changed files with 5 additions and 0 deletions
|
@ -130,6 +130,11 @@ class ChooseAccountDialogFragment :
|
|||
viewThemeUtils
|
||||
)
|
||||
|
||||
// hide "add account" when no multi account
|
||||
if (!resources.getBoolean(R.bool.multiaccount_support)) {
|
||||
binding.addAccount.visibility = View.GONE
|
||||
}
|
||||
|
||||
binding.accountsList.adapter = adapter
|
||||
|
||||
// Creating listeners for quick-actions
|
||||
|
|
Loading…
Reference in a new issue