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

Fixed manage included folders title (#2587)
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() {