1
mirror of https://github.com/m2049r/xmrwallet synced 2025-05-13 01:46:42 +02:00

store on exit wallet if not synced ()

This commit is contained in:
m2049r 2017-12-07 20:04:04 +01:00 committed by GitHub
parent ac78ecb298
commit cab93e8c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -846,6 +846,9 @@ public class WalletActivity extends SecureActivity implements WalletFragment.Lis
super.onBackPressed();
}
} else {
if (!isSynced()) {
saveWallet();
}
super.onBackPressed();
}
}