mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-03-30 03:10:17 +02:00
Merge pull request #2588 from Aga-C/fix-included-folders-title
Fixed manage included folders title (#2587)
This commit is contained in:
commit
c6330f4991
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user