|
|
@@ -145,6 +145,10 @@
|
|
|
|
|
|
- (void)start_urgency_timer {
|
|
|
|
|
|
+ if (!self.editable) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
__weak typeof(self) weakSelf = self;
|
|
|
|
|
|
AppDelegate *appDelegate = (AppDelegate *)[UIApplication sharedApplication].delegate;
|
|
|
@@ -220,6 +224,8 @@
|
|
|
{
|
|
|
[super viewDidLoad];
|
|
|
|
|
|
+ self.editable = NO;
|
|
|
+
|
|
|
if(self.loading_msg==nil)
|
|
|
self.loading_msg = @"Please Wait";
|
|
|
if(self.loading_title==nil)
|