mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Import RageShakeManager.h and RiotDesignValues.h in App Delegate header
This commit is contained in:
@@ -21,16 +21,12 @@
|
||||
|
||||
#import "UnifiedSearchViewController.h"
|
||||
|
||||
#import "RageShakeManager.h"
|
||||
|
||||
#import "MXRoom+Riot.h"
|
||||
|
||||
#import "NSBundle+MatrixKit.h"
|
||||
|
||||
#import "RoomViewController.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
|
||||
#import "InviteRecentTableViewCell.h"
|
||||
#import "DirectoryRecentTableViewCell.h"
|
||||
#import "RoomIdOrAliasTableViewCell.h"
|
||||
@@ -418,7 +414,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - swipe actions
|
||||
#pragma mark - Swipe actions
|
||||
|
||||
- (NSArray *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
@@ -960,7 +956,7 @@
|
||||
|
||||
- (void)addRoomCreationButton
|
||||
{
|
||||
// Add blur mask programatically
|
||||
// Add blur mask programmatically
|
||||
tableViewMaskLayer = [CAGradientLayer layer];
|
||||
|
||||
CGColorRef opaqueWhiteColor = [UIColor colorWithWhite:1.0 alpha:1.0].CGColor;
|
||||
|
||||
Reference in New Issue
Block a user