In case someone delete all available bundles (or at least the one still active on a display), there were several places that crashed the app in case someone clicked a button.
Having no bundles at all was also resulting in a cash on starting the app itself.
Now most places should be safeguarded either by if statements, optional chaining or proper exceptions related to the not existing bundles.
In case someone delete all available bundles (or at least the one still active on a display), there were several places that crashed the app in case someone clicked a button. Having no bundles at all was also resulting in a cash on starting the app itself.
Now most places should be safeguarded either by if statements, optional chaining or proper exceptions related to the not existing bundles.