Skip to content

Commit

Permalink
QA - Added set account in ocis behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Nov 27, 2023
1 parent 2f0f9b5 commit 5761b2d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ open class FolderPickerActivity : FileActivity(),
// Show the list of spaces
initAndShowListOfSpaces()
} else {
val accountName = intent.getStringExtra(KEY_ACCOUNT_NAME)
account = AccountUtils.getOwnCloudAccountByName(this, accountName)
// Show the personal space
initAndShowListOfFilesFragment(spaceId = null)
}
Expand Down

0 comments on commit 5761b2d

Please sign in to comment.