Skip to content

Commit 0090d26

Browse files
committed
hotfix.
1 parent 0046d4e commit 0090d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class FlutterCallkeep extends EventManager {
251251
'CallKeep.reportUpdatedCall was called from unsupported OS');
252252
}
253253

254-
Future<void> backToForeground() async {
254+
Future<bool> backToForeground() async {
255255
if (isIOS) {
256256
return false;
257257
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: callkeep
22
description: iOS CallKit framework and Android ConnectionService for Flutter.
3-
version: 0.2.3
3+
version: 0.2.3+1
44
homepage: https://github.com/flutter-webrtc/callkeep
55

66
environment:

0 commit comments

Comments
 (0)