We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cb0cd commit b308413Copy full SHA for b308413
lib/src/api.dart
@@ -70,7 +70,7 @@ class FlutterCallkeep extends EventManager {
70
Future<void> _hasDefaultPhoneAccount(Map<String, dynamic> options) async {
71
final hasDefault = await _checkDefaultPhoneAccount();
72
final shouldOpenAccounts = await _alert(options, hasDefault);
73
- if (shouldOpenAccounts) {
+ if (shouldOpenAccounts == true) {
74
await _openPhoneAccounts();
75
}
76
0 commit comments