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 committed Sep 19, 2024
1 parent fcb0262 commit 82ad922
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 82ad922

Please sign in to comment.