aalok05 / CodeHub

A UWP GitHub Client
MIT License
177 stars 34 forks source link

Toast notification has 'Object reference not set to instance of an object' #133

Closed aalok05 closed 5 years ago

aalok05 commented 5 years ago

I'm submitting a...

[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x ] Bug report  
[ ] Feature request
[ ] Question

Current behavior

When I open the app, I get toast notification that has the string 'Object reference not set to instance of an object'.

Expected behavior

Toast notification should not be shown in case of null errors. Null checking should be done.

Steps to reproduce the behavior

Open the app. Let the magic happen.

Environment

Build 17134.407

aalok05 commented 5 years ago

@rafsanulhasan Can you have a look at this?

aalok05 commented 5 years ago

Removed the part where all unhandled exceptions would trigger a toast notification.