We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21172f2 commit 70a740cCopy full SHA for 70a740c
src/main/java/com/reandroid/arsc/model/ResourceEntry.java
@@ -205,7 +205,7 @@ public Entry getMatchingOrAny(ResConfig resConfig) {
205
config.setRegion((String) null);
206
config.setLocaleScript((String) null);
207
config.setLocaleVariant((String) null);
208
- entry = findMatching(resConfig, true);
+ entry = findMatching(config, true);
209
}
210
if (entry == null) {
211
entry = any();
0 commit comments