Skip to content

Do not automatically set breeze as the fallback theme on Android

Shivodit Gill requested to merge shivodayt/kiconthemes:android_icon_fix into master

Kirigami applications for Android are not able to find and display the required icons due to the fallback theme being set to breeze by KIconTheme. This commit adds a conditional compilation block to prevent this behaviour on Android.

Merge request reports