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

Commit

Permalink
solve conflict in AppDelegate.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue-Hsun Lin committed Jun 1, 2015
1 parent b2e35ea commit f86708e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions safeslingermessager/safeslingermessager/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@
#import "UniversalDB.h"
#import "ErrorLogger.h"
#import "FunctionView.h"
<<<<<<< HEAD
#import "MessageReceiver.h"
#import "MessageSender.h"
=======
#import "MessageSender.h"
#import "MessageReceiver.h"
>>>>>>> v1.8.2

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

#pragma mark - Database updates

- (void)updateDatabase {
int oldVersion = (1 << 24) | (7 << 16); // version 1.7
if ([DbInstance GetProfileName] && [self getVersionNumberByInt] < oldVersion) {
Expand Down

0 comments on commit f86708e

Please sign in to comment.