Skip to content

Crash due to BubbleService.onTaskRemoved  #22

@Copperbolt25

Description

@Copperbolt25

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();
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions