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
When writing to database, we are currently blocking the main thread. The better approach is to move this to a separate coroutine and display an hourglass in the UI (to still block user interaction).
The following actions should be considered:
Import Tourbook
Export Tourbook ??
Write elements to db during sector update
Reset db
Deletion of regions in the RegionManager
The text was updated successfully, but these errors were encountered:
When writing to database, we are currently blocking the main thread. The better approach is to move this to a separate coroutine and display an hourglass in the UI (to still block user interaction).
The following actions should be considered:
The text was updated successfully, but these errors were encountered: