We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lateinit property bubbleOptions has not been initialized dev.moaz.dash_bubble.src.BubbleService.onTaskRemoved (BubbleService.java:9)
I am getting this crashlytics error crash. Although I am checking if the permission is given before I called stopBubblefunction
void stopBubble() async { if (await DashBubble.instance.hasOverlayPermission()) { if (await DashBubble.instance.isRunning()) { DashBubble.instance.stopBubble(); } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lateinit property bubbleOptions has not been initialized
dev.moaz.dash_bubble.src.BubbleService.onTaskRemoved (BubbleService.java:9)
I am getting this crashlytics error crash. Although I am checking if the permission is given before I called stopBubblefunction
void stopBubble() async {
if (await DashBubble.instance.hasOverlayPermission()) {
if (await DashBubble.instance.isRunning()) {
DashBubble.instance.stopBubble();
}
}
}
The text was updated successfully, but these errors were encountered: