Skip to content

Drop MAUIKIT_STYLE option

Nicolas Fella requested to merge nicolasfella/index-fm:mauikitstyle into master

It doesn't do much except for guarding a call to MauiKit::getInstance().initResources()

We should be able to to this unconditionally and do all the needed checking inside MauiKit

Part of a fix to enable icons on Android without explicitly passing MAUIKIT_STYLE

Merge request reports