mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
avoid setting a System wide default SIM card
This commit is contained in:
@ -259,8 +259,8 @@ class CallActivity : SimpleActivity() {
|
||||
}
|
||||
|
||||
private fun showPhoneAccountPicker() {
|
||||
getHandleToUse(intent, callContact!!.number) { handle, setAsDefault ->
|
||||
CallManager.call?.phoneAccountSelected(handle, setAsDefault)
|
||||
getHandleToUse(intent, callContact!!.number) { handle ->
|
||||
CallManager.call?.phoneAccountSelected(handle, false)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user