Merge pull request #11821 from nextcloud/nmc/selectFolderEmptyStateText

Fix folder picker empty state headline text
This commit is contained in:
Andy Scherzinger 2023-07-23 16:23:22 +02:00 committed by GitHub
commit d8d81ac7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
/*
* ownCloud Android client application
*
* @author TSI-mc
* Copyright (C) 2016 ownCloud Inc.
* Copyright (C) 2023 TSI-mc
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
@ -178,7 +179,7 @@ open class FolderPickerActivity :
if (listFragment != null) {
if (!mSyncInProgress) {
listFragment.setMessageForEmptyList(
R.string.file_list_empty_headline,
R.string.folder_list_empty_headline,
R.string.file_list_empty_moving,
R.drawable.ic_list_empty_create_folder,
true