Skip to content

Conversation

@cbarkerms
Copy link
Contributor

added some onedrive service fixes, updated docs, tidied up sample app for onedrive service.

}

Shell.Current.DisplayWaitRing = true;
bool succeeded = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not assume false as start value and only change to true in the end of the process? Seems to make more sense and simpler to implement (would only require a single place to change the value)

}
catch (Exception ex)
{
Debug.WriteLine(ex.Message);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swallowing the exception and just debugging it seems a bit wrong, maybe adding a MessageDialog here also?

@deltakosh deltakosh merged commit ffc8a92 into dev Feb 3, 2017
@deltakosh deltakosh deleted the cbarker/onedrivefixes branch February 7, 2017 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants