Fix typo in sql query.
This commit is contained in:
parent
e5fc3485a2
commit
db8968e3b2
1 changed files with 1 additions and 1 deletions
|
@ -1495,7 +1495,7 @@ class CallTable(context: Context, databaseHelper: SignalDatabase) : DatabaseTabl
|
|||
.where("$PEER = ?", fromId)
|
||||
.run()
|
||||
|
||||
val ringerCount = writableDatabase.update(CallLinkTable.TABLE_NAME)
|
||||
val ringerCount = writableDatabase.update(TABLE_NAME)
|
||||
.values(RINGER to toId.toLong())
|
||||
.where("$RINGER = ?", fromId.toLong())
|
||||
.run()
|
||||
|
|
Loading…
Add table
Reference in a new issue