Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add isAccessibilityServiceEnabled #31396

Closed
Prev Previous commit
Next Next commit
change type of isAccessibilityServiceEnabled
  • Loading branch information
grgr-dkrk committed Apr 21, 2021
commit 6fe11f8daaf4bec70521f7a8d1bb016186749f39
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const AccessibilityInfo = {
reject(null);
}
} else {
resolve(false);
reject(null);
}
});
},
Expand Down