SJSU-CS-systems-group / DDD

2 stars 0 forks source link

BundleClient crashes on first run #82

Closed breed closed 2 weeks ago

breed commented 3 weeks ago

Describe the bug BundleClient crashes the first two times you run it.

To Reproduce Steps to reproduce the behavior:

  1. Fresh install of BundleClient
  2. Always crashes after the permission questions
breed commented 2 weeks ago

i think this is fixed in #110

the wifi direct registrations weren't in place right when the app starts, so when it is paused for permissions, the unregister throws an illegal state exception. (I'm not sure we should unregister the receiver on pause...)