prajjwaldimri / GithubXamarin

GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
GNU General Public License v3.0
985 stars 25 forks source link

Opening this repo's page causes gitit to crash #50

Closed ben-zen closed 7 years ago

ben-zen commented 7 years ago

I'm using a 950, running a fast insider build, in FR-CA. Searching for GithubXamarin and then tapping on the repo causes gitit to crash.

ben-zen commented 7 years ago

Correction! Opening any repo from the search page causes a crash. I really should test additional scenarios before opening an issue.

prajjwaldimri commented 7 years ago

@ben-zen Thanks for reporting the issue. It is happening because of the code on lines 133,134,135 in SearchViewModel. I forgot to change the type of MvxCommand to object so it is having errors converting WindowsClickEventArgs to Octokit's objects. I will push a update with live tile support tonight and this will be fixed on that update.

ben-zen commented 7 years ago

Awesome, thank you.