Skip to content

Commit

Permalink
Resolved warnings in StoryboardTable_LocalAuthentication sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Sky committed May 5, 2015
1 parent 606d401 commit f0dd754
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -51,8 +51,7 @@ public void CreateTask ()

public void SaveTask (Chore chore)
{
var oldTask = chores.Find(t => t.Id == chore.Id);
oldTask = chore;
//var oldTask = chores.Find(t => t.Id == chore.Id);
NavigationController.PopViewController(true);
}

Expand Down

0 comments on commit f0dd754

Please sign in to comment.