Fix stupid compiler error

pull/8441/head
Muxi Yan 9 years ago
parent ff1ef244ed
commit 6ac6a52dcf
  1. 2
      src/objective-c/GRPCClient/GRPCCall.m

@ -392,7 +392,7 @@ static NSMutableDictionary *callFlags;
}
};
[_connectivityMonitor handleLossWithHandler:handler
wifiStatusChangeHandler:nil];
wifiStatusChangeHandler:^{}];
// Create a retain cycle so that this instance lives until the RPC finishes
// (or is cancelled).

Loading…
Cancel
Save