Add missing index

This commit is contained in:
Niels Andriesse
2019-06-04 14:05:42 +10:00
parent bccde8baba
commit 59889d0013
4 changed files with 6 additions and 10 deletions

View File

@@ -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
}