bitsy-wallet/app/src/main/java/cy/agorise
Severiano Jaramillo d14c10c672 Avoid crash in SendTransactionFragment.
- The crash was happening because the dialog that verifies the automatic time was being created in onResume, so if the user leaved the application while the fragment was showing and returned to it later another multiple dialogs would be created. The first one to be accepted correctly navigates the user back, but the second creates a crash because references a no longer existing fragment. The dialog creation was moved to onViewCreated instead, so that only one dialog is created.
2019-10-30 18:19:36 -06:00
..
bitsybitshareswallet Avoid crash in SendTransactionFragment. 2019-10-30 18:19:36 -06:00