Compare commits

..

4 Commits

Author SHA1 Message Date
9ba714d25c fix: dublicate dtmf
Some checks failed
/ mirror (push) Waiting to run
/ build-stealth (push) Has been cancelled
/ build (push) Has been cancelled
2025-05-14 12:54:06 +03:00
7ac8b3ca8f feat: DTMF dialpad
Some checks failed
/ build-stealth (push) Waiting to run
/ mirror (push) Waiting to run
/ build (push) Has been cancelled
2025-05-14 12:47:19 +03:00
fa3e13ae33 feat: default dialer prompt screen (#56)
Reviewed-on: #56
Co-authored-by: Florian Griffon <florian.griffon@epitech.eu>
Co-committed-by: Florian Griffon <florian.griffon@epitech.eu>
2025-05-14 12:47:19 +03:00
bd3ca98883 feat: DTMF dialpad
All checks were successful
/ mirror (push) Successful in 4s
/ build-stealth (push) Successful in 10m2s
/ build (push) Successful in 10m5s
2025-05-07 23:35:47 +03:00

View File

@ -190,15 +190,6 @@ class MainActivity : FlutterActivity() {
result.error("SPEAKER_FAILED", "No active call or failed to set speaker", null)
}
}
"isDefaultDialer" -> {
val isDefault = isDefaultDialer()
Log.d(TAG, "isDefaultDialer called, returning: $isDefault")
result.success(isDefault)
}
"requestDefaultDialer" -> {
checkAndRequestDefaultDialer()
result.success(true)
}
"sendDtmfTone" -> {
val digit = call.argument<String>("digit")
if (digit != null) {