bitsy-wallet/app
Severiano Jaramillo 20571d49a3 Fix crash in NetworkServiceManager.
- Fixed a crash in NetworkServiceManager, which is listening to the activities' lifecycle of the whole app. The issue is that it was expecting a call to onActivityCreated where the Bundle was never null and that is a problem because the Bundle can most of the times be null during normal behavior. The Bundle isn't null only when the app is recovering from a forced process dead, which happens when there is another app open which requires resources and the systems kills apps that are not being used at that moment.
2020-01-06 08:52:42 -06:00
..
schemas/cy.agorise.bitsybitshareswallet.database.BitsyDatabase Create nodes database table. 2019-08-23 12:48:58 -05:00
src Fix crash in NetworkServiceManager. 2020-01-06 08:52:42 -06:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle Bump versionName to 0.17.0-beta and versionCode to 13 2019-12-31 15:17:27 -06:00
proguard-rules.pro Fix Crashlytics proguard rules. 2019-08-21 13:34:49 -05:00