mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Fix folder picker empty state headline text.
This commit is contained in:
parent
2e8a0b569c
commit
a24418cf50
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue