credentials / irma_mobile

IRMA app for iOS and Android
Apache License 2.0
25 stars 11 forks source link

Client is initialized twice fix #95

Closed ivard closed 5 years ago

ivard commented 5 years ago

This fix prevents that the client is initialized twice. This led to the error that the database cannot be opened the second time, because it was still open in the first instance.

confiks commented 5 years ago

This will fix the problem, but really doesn't address the root of the problem, but that's fine for now.