mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Inline internal-only strings.
This commit is contained in:
committed by
Cody Henthorne
parent
9bdf65c4e4
commit
b419eb4cd5
@@ -2279,7 +2279,7 @@ open class RecipientDatabase(context: Context, databaseHelper: SignalDatabase) :
|
||||
db.beginTransaction()
|
||||
try {
|
||||
for ((e164, result) in mapping) {
|
||||
ids += processPnpTuple(e164, result.pni, result.aci, false).finalId
|
||||
ids += getAndPossiblyMerge(serviceId = result.aci, pni = result.pni, e164 = e164, pniVerified = false, changeSelf = false)
|
||||
}
|
||||
|
||||
db.setTransactionSuccessful()
|
||||
|
||||
Reference in New Issue
Block a user