mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
add icons
This commit is contained in:
@ -43,6 +43,14 @@ class CallManager {
|
||||
return !isOnHold
|
||||
}
|
||||
|
||||
fun swap() {
|
||||
|
||||
}
|
||||
|
||||
fun merge() {
|
||||
|
||||
}
|
||||
|
||||
fun registerCallback(callback: Call.Callback) {
|
||||
call?.registerCallback(callback)
|
||||
}
|
||||
|
Reference in New Issue
Block a user