percolate / caffeine

Speed up your Android development
BSD 3-Clause "New" or "Revised" License
414 stars 39 forks source link

Check Activity state before displaying Dialogs #27

Closed brentwatson closed 8 years ago

brentwatson commented 8 years ago

This PR adds a Activity#isFinishing()) check before showing Dialogs. This is added to avoid potential "android.os.BinderProxy... is not valid; is your activity running?" errors from occurring.