Update home empty screen asset.

This commit is contained in:
SBiOSoftWhare
2020-11-26 11:37:09 +01:00
parent 90994002f2
commit 4df83fdfc8
5 changed files with 1 additions and 1 deletions
+1 -1
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)];
}