Fix missing toolbar in AllChatsViewController.

The empty artwork view was obscuring it.
This commit is contained in:
Doug
2022-10-04 14:55:51 +01:00
parent 9a1b87fe38
commit 2f4de52fb0
4 changed files with 10 additions and 1 deletions
@@ -93,6 +93,12 @@ FOUNDATION_EXPORT NSString *const RecentsViewControllerDataReadyNotification;
*/
@property (nonatomic, weak) RootTabEmptyView *emptyView;
/**
The bottom anchor used to layout `emptyView` in the absence of a FAB.
If this value is `nil` the empty view will be anchored to the bottom of its superview.
*/
@property (nonatomic, weak) NSLayoutYAxisAnchor *emptyViewBottomAnchor;
/**
The screen timer used for analytics if they've been enabled. The default value is nil.
*/