]> git.ktnx.net Git - mobile-ledger.git/commit
abort saving transaction after the second attempt
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 6 Dec 2018 05:30:20 +0000 (05:30 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 6 Dec 2018 05:30:20 +0000 (05:30 +0000)
commit1976f73e2af2e2085eb881826147b6a5ef1a9257
tree043804b341dc2e31812f80bd4c2cba9fe83a05b4
parent6af687b90ed8657896855cd02ada13528bf6eb1e
abort saving transaction after the second attempt

the first may fail because of a missing session or a missing or wrong
token, but the second must succeed if everything is alright
app/src/main/java/net/ktnx/mobileledger/SaveTransactionTask.java