You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Whenever I put the overlay in the background, a new thread/isolate is created but never disposed.
This started happening when I started using:
@pragma("vm:entry-point")
void overlayMain() {
// Ensure's that the Flutter engine is initialized before any dart calls.
WidgetsFlutterBinding.ensureInitialized();
runApp(const MaterialApp(
debugShowCheckedModeBanner: false,
home: SystemOverlayWidget(),
));
}
To Reproduce
Click the circle button to put the app into the background (with circle button), and then reopen the app without closing it (swiping up from square button)
Expected behavior
The overlay thread should be shutdown when the following is called
Describe the bug
Whenever I put the overlay in the background, a new thread/isolate is created but never disposed.
This started happening when I started using:
To Reproduce
Click the circle button to put the app into the background (with circle button), and then reopen the app without closing it (swiping up from square button)
Expected behavior
The overlay thread should be shutdown when the following is called
Versions (please complete the following information):
Let me know if you need more information.
The text was updated successfully, but these errors were encountered: