Revert back to prod SQLCipher.

This commit is contained in:
Greyson Parrelli
2021-08-26 16:05:41 -04:00
committed by Cody Henthorne
parent d01a52c5a8
commit e01381379c
38 changed files with 151 additions and 114 deletions

View File

@@ -7,7 +7,7 @@ import android.database.Cursor;
import androidx.annotation.AnyThread;
import androidx.annotation.NonNull;
import net.zetetic.database.sqlcipher.SQLiteDatabase;
import net.sqlcipher.database.SQLiteDatabase;
import org.signal.core.util.concurrent.SignalExecutors;
import org.signal.core.util.logging.Log;