ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Fix app not progressing after LoginActivity due to Bluetooth #181

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

The app on develop currently doesn't work when the emulator/device has no Bluetooth or Bluetooth not enabled, this is fixed with this PR.

Why

We want the app on develop to be working as good as it can, so it is kinda important that you can use the app further then just the LoginActivity.

How

Open the app on an emulator, login and see for yourself that it works.

Alternative implementation

None considered, a working app is more important for now 😅

Notes

n/a