From 16cc3cd4eee4a024a7310bc922d139564a303318 Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Mon, 17 Jun 2019 10:17:25 +1000 Subject: [PATCH] Ditch inbox empty state view --- Signal/src/ViewControllers/HomeView/HomeViewController.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Signal/src/ViewControllers/HomeView/HomeViewController.m b/Signal/src/ViewControllers/HomeView/HomeViewController.m index 165f48f98..7fb2d2f49 100644 --- a/Signal/src/ViewControllers/HomeView/HomeViewController.m +++ b/Signal/src/ViewControllers/HomeView/HomeViewController.m @@ -376,6 +376,8 @@ typedef NS_ENUM(NSInteger, HomeViewControllerSection) { - (UIView *)createEmptyInboxView { + return [UIView new]; + /** NSArray *emptyInboxImageNames = @[ @"home_empty_splash_1", @"home_empty_splash_2", @@ -412,6 +414,7 @@ typedef NS_ENUM(NSInteger, HomeViewControllerSection) { emptyInboxStack.layoutMargins = UIEdgeInsetsMake(50, 50, 50, 50); emptyInboxStack.layoutMarginsRelativeArrangement = YES; return emptyInboxStack; + */ } - (void)createFirstConversationCueView