mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 19:18:27 +00:00
Debug
This commit is contained in:
parent
501f3bbb87
commit
f9e8eb2549
@ -127,6 +127,7 @@ class LokiAPIDatabase(context: Context, helper: SQLCipherOpenHelper) : Database(
|
||||
database.insertOrUpdate(onionRequestPathTable, row, "${Companion.indexPath} = ?", wrap(indexPath))
|
||||
}
|
||||
Log.d("Loki", "Persisting onion request paths to database.")
|
||||
clearOnionRequestPaths()
|
||||
if (newValue.count() < 1) { return }
|
||||
val path0 = newValue[0]
|
||||
if (path0.count() != 3) { return }
|
||||
|
Loading…
x
Reference in New Issue
Block a user