Fix folder picker empty state headline text.

This commit is contained in:
A117870935 2023-07-20 10:33:47 +05:30
parent 2e8a0b569c
commit a24418cf50

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