mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-08-06 11:19:56 +08:00
actual answering intent fix
This commit is contained in:
@ -202,10 +202,7 @@ class MethodChannelService extends GetxService {
|
||||
return true;
|
||||
case "answer-facetime":
|
||||
Logger.info("Answering FaceTime call");
|
||||
Map<String, dynamic> data = jsonDecode(call.arguments);
|
||||
print(data["callUuid"]);
|
||||
print("FACETIME");
|
||||
// await intents.answerFaceTime(data["callUuid"]);
|
||||
await intents.answerFaceTime(call.arguments["callUuid"]);
|
||||
return true;
|
||||
default:
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user