Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit f86708e

Browse files
author
Yue-Hsun Lin
committed
solve conflict in AppDelegate.m
1 parent b2e35ea commit f86708e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

safeslingermessager/safeslingermessager/AppDelegate.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@
3232
#import "UniversalDB.h"
3333
#import "ErrorLogger.h"
3434
#import "FunctionView.h"
35-
<<<<<<< HEAD
3635
#import "MessageReceiver.h"
3736
#import "MessageSender.h"
38-
=======
39-
#import "MessageSender.h"
40-
#import "MessageReceiver.h"
41-
>>>>>>> v1.8.2
4237

4338
#import <AddressBook/AddressBook.h>
4439
#import <Crashlytics/Crashlytics.h>
@@ -179,7 +174,6 @@ - (void)saveConactData:(int)ContactID Firstname:(NSString *)FN Lastname:(NSStrin
179174
}
180175

181176
#pragma mark - Database updates
182-
183177
- (void)updateDatabase {
184178
int oldVersion = (1 << 24) | (7 << 16); // version 1.7
185179
if ([DbInstance GetProfileName] && [self getVersionNumberByInt] < oldVersion) {

0 commit comments

Comments
 (0)