pingpongboss / StandOut

StandOut lets you easily create floating windows in your Android app.
http://pingpongboss.github.com/StandOut
MIT License
1.24k stars 379 forks source link

getHiddenNotification() can return null, but it will crash hide() #14

Open pingpongboss opened 11 years ago

pingpongboss commented 11 years ago

If getHiddenNotification() returns null, we should just not show any hidden notifications.

https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L1218