mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
modifications based on Akwizgran's comments
This commit is contained in:
@@ -37,7 +37,7 @@ class AndroidSeedProvider extends LinuxSeedProvider {
|
||||
String str = Settings.Secure.getString(contentResolver, ANDROID_ID);
|
||||
if (str != null) {
|
||||
out.writeUTF(str);
|
||||
super.writeToEntropyPool(out);
|
||||
}
|
||||
super.writeToEntropyPool(out);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user