2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-21 10:49:48 +02:00

Merge pull request from Aga-C/fix-included-folders-title

Fixed manage included folders title ()
This commit is contained in:
Tibor Kaputa 2022-08-18 15:50:31 +02:00 committed by GitHub
commit c6330f4991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ class IncludedFoldersActivity : SimpleActivity(), RefreshRecyclerViewListener {
setContentView(R.layout.activity_manage_folders)
updateFolders()
setupOptionsMenu()
manage_folders_toolbar.title = getString(R.string.excluded_folders)
manage_folders_toolbar.title = getString(R.string.include_folders)
}
override fun onResume() {