mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Fix incorrect key for shared prefs
This commit is contained in:
@@ -87,7 +87,8 @@ class OwnerReturnShardViewModel extends AndroidViewModel
|
||||
this.task = task;
|
||||
this.prefs = app.getSharedPreferences("account-recovery",
|
||||
Context.MODE_PRIVATE);
|
||||
restoreAccount.restoreFromPrevious(prefs.getStringSet("Recover", new HashSet<>()));
|
||||
restoreAccount.restoreFromPrevious(prefs.getStringSet("recovered", new HashSet<>()));
|
||||
|
||||
|
||||
wifiManager = (WifiManager) app.getSystemService(WIFI_SERVICE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user