fixed empty fav list icon

This commit is contained in:
AndyScherzinger 2017-03-29 22:58:23 +02:00
parent d0bd2707fb
commit 72e87810bf
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -646,7 +646,7 @@ public class ExtendedListFragment extends Fragment
R.string.file_list_empty, R.drawable.ic_search_light_grey);
} else if (searchType == SearchType.FAVORITE_SEARCH) {
setMessageForEmptyList(R.string.file_list_empty_headline_server_search,
R.string.file_list_empty_favorites, R.drawable.ic_favorite_grey);
R.string.file_list_empty_favorites, R.drawable.ic_star_light_grey);
} else if (searchType == SearchType.VIDEO_SEARCH) {
setMessageForEmptyList(R.string.file_list_empty_headline_server_search_videos,
R.string.file_list_empty_text_videos, R.drawable.ic_list_empty_video);