mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fix missing toolbar in AllChatsViewController.
The empty artwork view was obscuring it.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user