mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset bbe415dff600 (bug 1230937) for testRestrictions failures in android rc3
This commit is contained in:
parent
038452c032
commit
0807029837
@ -72,11 +72,6 @@ public class RestrictedProfileConfiguration implements RestrictionConfiguration
|
||||
return !cachedUserRestrictions.getBoolean(restrictable.name);
|
||||
}
|
||||
|
||||
if (!cachedAppRestrictions.containsKey(restrictable.name) && !configuration.containsKey(restrictable)) {
|
||||
// Always allow features that are not in the configuration
|
||||
return true;
|
||||
}
|
||||
|
||||
return cachedAppRestrictions.getBoolean(restrictable.name, configuration.get(restrictable));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user