Skip to content

Commit

Permalink
Remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Aug 12, 2016
1 parent 1ffadfb commit 550aeff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Vector/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,6 @@ - (void)addMatrixCallObserver
currentCallViewController = [MXKCallViewController callViewController:mxCall];
currentCallViewController.delegate = self;

// FIXME GFO Check whether present call from self.window.rootViewController is working
[self.window.rootViewController presentViewController:currentCallViewController animated:YES completion:^{
currentCallViewController.isPresented = YES;
}];
Expand Down Expand Up @@ -1880,7 +1879,6 @@ - (void)returnToCallView
{
[self removeCallStatusBar];

// FIXME GFO check whether self.window.rootViewController may present the call
[self.window.rootViewController presentViewController:currentCallViewController animated:YES completion:^{
currentCallViewController.isPresented = YES;
}];
Expand Down

0 comments on commit 550aeff

Please # to comment.