Skip to content

Commit beadb77

Browse files
committed
Clean Up AppDelegate
1 parent 9328ccc commit beadb77

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ActivityRings/ActivityRings/AppDelegate.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ public override bool FinishedLaunching(UIApplication application, NSDictionary l
3636

3737
public override void ShouldRequestHealthAuthorization(UIApplication application)
3838
{
39-
//Action<bool, NSError> completionAction;
40-
//completionAction = delegate (bool success, NSError error) {
41-
// if (error != null && !success)
42-
// {
43-
// Console.WriteLine("You didn't allow HealthKit to access these read/write data types. " +
44-
// "In your app, try to handle this error gracefully when a user decides not to provide access. " +
45-
// "The error was: {0}. If you're using a simulator, try it on a device.", error.LocalizedDescription);
46-
// }
47-
//};
4839

4940
healthStore.HandleAuthorizationForExtension( (bool success, NSError error) =>
5041
{

0 commit comments

Comments
 (0)