Skip to content

Fix wrong options in theme selector preference

Anjani Kumar requested to merge anjani/kdeconnect-android:theme_list into master

Summary

Using res/values-v28/strings.xml led to conflicts in resolving correct string resources at runtime. This was possibly due to the different locales present. The conflicts start at commit bd1d7ca6.

Before

On Android 10, wrong options are loaded.

Screenshot_20200711-162116

After

Correct options

Screenshot_20200712-011830

Merge request reports