mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +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.task = task;
|
||||||
this.prefs = app.getSharedPreferences("account-recovery",
|
this.prefs = app.getSharedPreferences("account-recovery",
|
||||||
Context.MODE_PRIVATE);
|
Context.MODE_PRIVATE);
|
||||||
restoreAccount.restoreFromPrevious(prefs.getStringSet("Recover", new HashSet<>()));
|
restoreAccount.restoreFromPrevious(prefs.getStringSet("recovered", new HashSet<>()));
|
||||||
|
|
||||||
|
|
||||||
wifiManager = (WifiManager) app.getSystemService(WIFI_SERVICE);
|
wifiManager = (WifiManager) app.getSystemService(WIFI_SERVICE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user