Skip to content

Commit

Permalink
Merge pull request #4471 from owncloud/fix/wrong_name_in_toolbar_shar…
Browse files Browse the repository at this point in the history
…e_view

[a11y] Wrong name in toolbar Share View
  • Loading branch information
jesmrec committed Sep 24, 2024
2 parents 9ce4b7c + 6bc26ab commit fc9b417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class ShareFileFragment : Fragment(), ShareUserListAdapter.ShareUserAdapterListe
override fun onActivityCreated(savedInstanceState: Bundle?) {
super.onActivityCreated(savedInstanceState)
Timber.d("onActivityCreated")

requireActivity().setTitle(R.string.share_dialog_title)
observeCapabilities() // Get capabilities to update some UI elements depending on them
observeShares()
}
Expand Down

0 comments on commit fc9b417

Please sign in to comment.