Skip to content

Commit

Permalink
feat: added again the title to ShareFileFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp authored and jesmrec committed Sep 24, 2024
1 parent 9ce4b7c commit 6bc26ab
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 6bc26ab

Please sign in to comment.