Remove clear-cache call from database migration.
This commit is contained in:
parent
96844f046f
commit
e273f914b6
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ import android.os.SystemClock
|
|||
import android.preference.PreferenceManager
|
||||
import android.text.TextUtils
|
||||
import com.annimon.stream.Stream
|
||||
import com.bumptech.glide.Glide
|
||||
import com.google.protobuf.InvalidProtocolBufferException
|
||||
import net.zetetic.database.sqlcipher.SQLiteDatabase
|
||||
import org.signal.core.util.logging.Log
|
||||
|
@ -699,7 +698,6 @@ object SignalDatabaseMigrations {
|
|||
|
||||
if (oldVersion < ATTACHMENT_CLEAR_HASHES_2) {
|
||||
db.execSQL("UPDATE part SET data_hash = null")
|
||||
Glide.get(context).clearDiskCache()
|
||||
}
|
||||
|
||||
if (oldVersion < UUIDS) {
|
||||
|
|
Loading…
Add table
Reference in a new issue