fix migration of devices with permission timeouts

merge-requests/5/head
wow nero 3 years ago
parent 669516c60b
commit 2c2a5314d4
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D

@ -8,8 +8,8 @@ android {
applicationId "com.m2049r.xmrwallet"
minSdkVersion 21
targetSdkVersion 30
versionCode 1006
versionName "2.0.6 'Puginarug'"
versionCode 1007
versionName "2.0.7 'Puginarug'"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {

@ -31,8 +31,7 @@ public class LegacyStorageHelper {
try {
if (isStorageMigrated(context)) return;
if (!hasReadPermission(context)) {
// nothing to migrate, so don't try again
setStorageMigrated(context);
// can't migrate - don't remember this, as the user may turn on permissions later
return;
}
final File oldRoot = getWalletRoot();

Loading…
Cancel
Save