Fix build

This commit is contained in:
Niels Andriesse 2019-06-05 10:13:51 +10:00
parent 52631bcbf2
commit 48f19a80b3

View File

@ -3,7 +3,7 @@ package org.thoughtcrime.securesms.loki
import android.content.Context import android.content.Context
import org.thoughtcrime.securesms.database.DatabaseFactory import org.thoughtcrime.securesms.database.DatabaseFactory
import org.whispersystems.libsignal.state.PreKeyBundle import org.whispersystems.libsignal.state.PreKeyBundle
import org.whispersystems.signalservice.loki.utilities.LokiPreKeyBundleStore import org.whispersystems.signalservice.loki.messaging.LokiPreKeyBundleStore
class LokiPreKeyBundleStore(val context: Context) : LokiPreKeyBundleStoreProtocol { class LokiPreKeyBundleStore(val context: Context) : LokiPreKeyBundleStoreProtocol {