Merge "Do not cache the resource if the active sub info is null" into tm-dev

This commit is contained in:
Hui Wang
2022-04-08 14:03:26 +00:00
committed by Android (Google) Code Review

View File

@@ -2775,6 +2775,8 @@ public class SubscriptionManager {
overrideConfig.mnc = Configuration.MNC_ZERO;
cacheKey = null;
}
} else {
cacheKey = null;
}
if (useRootLocale) {