Update home empty screen asset.

This commit is contained in:
SBiOSoftWhare 2020-11-26 11:37:09 +01:00
parent 9185866fec
commit 9e1357fbfc
5 changed files with 1 additions and 1 deletions

View file

@ -810,7 +810,7 @@
NSString *title = [NSString stringWithFormat:NSLocalizedStringFromTable(@"home_empty_view_title", @"Vector", nil), displayName];
[self.emptyView fillWith:[UIImage imageNamed:@"home_placeholder_artwork"]
[self.emptyView fillWith:[UIImage imageNamed:@"home_empty_screen_artwork"]
title:title
informationText:NSLocalizedStringFromTable(@"home_empty_view_information", @"Vector", nil)];
}