Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

BluetoothStateManager.requestToEnable() on Android 13 crash app #88

Open
khanhnd-caerux opened this issue May 17, 2023 · 0 comments
Open

Comments

@khanhnd-caerux
Copy link

BluetoothStateManager.requestToEnable()
.then(() => {
return true;
})
.catch((err) => {
showMessage({
message:
"You must to enable Bluetooth to use this function",
type: "warning",
});
return false;
});
I have this code but when I click on NO button => Crash App

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant