diff --git a/Riot/Assets/Images.xcassets/Home/home_placeholder_artwork.imageset/Contents.json b/Riot/Assets/Images.xcassets/Home/home_empty_screen_artwork.imageset/Contents.json similarity index 100% rename from Riot/Assets/Images.xcassets/Home/home_placeholder_artwork.imageset/Contents.json rename to Riot/Assets/Images.xcassets/Home/home_empty_screen_artwork.imageset/Contents.json diff --git a/Riot/Assets/Images.xcassets/Home/home_placeholder_artwork.imageset/home_placeholder_artwork.png b/Riot/Assets/Images.xcassets/Home/home_empty_screen_artwork.imageset/home_placeholder_artwork.png similarity index 100% rename from Riot/Assets/Images.xcassets/Home/home_placeholder_artwork.imageset/home_placeholder_artwork.png rename to Riot/Assets/Images.xcassets/Home/home_empty_screen_artwork.imageset/home_placeholder_artwork.png diff --git a/Riot/Assets/Images.xcassets/Home/home_placeholder_artwork.imageset/home_placeholder_artwork@2x.png b/Riot/Assets/Images.xcassets/Home/home_empty_screen_artwork.imageset/home_placeholder_artwork@2x.png similarity index 100% rename from Riot/Assets/Images.xcassets/Home/home_placeholder_artwork.imageset/home_placeholder_artwork@2x.png rename to Riot/Assets/Images.xcassets/Home/home_empty_screen_artwork.imageset/home_placeholder_artwork@2x.png diff --git a/Riot/Assets/Images.xcassets/Home/home_placeholder_artwork.imageset/home_placeholder_artwork@3x.png b/Riot/Assets/Images.xcassets/Home/home_empty_screen_artwork.imageset/home_placeholder_artwork@3x.png similarity index 100% rename from Riot/Assets/Images.xcassets/Home/home_placeholder_artwork.imageset/home_placeholder_artwork@3x.png rename to Riot/Assets/Images.xcassets/Home/home_empty_screen_artwork.imageset/home_placeholder_artwork@3x.png diff --git a/Riot/Modules/Home/HomeViewController.m b/Riot/Modules/Home/HomeViewController.m index c7a7b5288..24d0408ac 100644 --- a/Riot/Modules/Home/HomeViewController.m +++ b/Riot/Modules/Home/HomeViewController.m @@ -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)]; }