added possibility to add uri found in call history to contacts
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.tutpro.baresip
|
||||
|
||||
class HistoryRow(val peerURI: String, val direction: Int, val time: String, val index: Int) {
|
||||
class HistoryRow(val peerURI: String, val peerDomain: String, val direction: Int, val time: String,
|
||||
val index: Int) {
|
||||
|
||||
val directions = ArrayList<Int>()
|
||||
val indexes = ArrayList<Int>()
|
||||
|
||||
Reference in New Issue
Block a user