mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 07:22:20 +00:00
Add missing index
This commit is contained in:
@@ -91,7 +91,6 @@ public class PreKeyUtil {
|
||||
}
|
||||
|
||||
// region - Loki
|
||||
|
||||
public synchronized static List<PreKeyRecord> generatePreKeys(Context context, int amount) {
|
||||
PreKeyStore preKeyStore = new TextSecurePreKeyStore(context);
|
||||
List<PreKeyRecord> records = new LinkedList<>();
|
||||
@@ -122,7 +121,5 @@ public class PreKeyUtil {
|
||||
PreKeyStore preKeyStore = new TextSecurePreKeyStore(context);
|
||||
return preKeyStore.loadPreKey(preKeyId);
|
||||
}
|
||||
|
||||
// endregion
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user