Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Launchpad Base 2.1.0
-
None
Description
If you put a fragment bundle in the resource path scanned by BootstrapInstaller, it will attempt to start it, which fails because fragment bundles can't be started.
I'll provide this as a proper patch soon. Here's an outline of the change:
new method:
private static boolean isFragment(Bundle bundle)
wrap bundle.start() with;
if (!isFragment(bundle))