Merge 3e35fc9df8
into e5d330f5fe
This commit is contained in:
commit
a01bb9f2db
1 changed files with 5 additions and 5 deletions
10
index.js
10
index.js
|
@ -131,12 +131,12 @@ const ContainerService = {
|
|||
|
||||
// Maybe rename the Banking container.
|
||||
if (prefService.get("privacy.userContext.enabled") !== true) {
|
||||
const identity = ContextualIdentityService.getIdentityFromId(3);
|
||||
const identity = ContextualIdentityProxy.getIdentityFromId(3);
|
||||
if (identity && identity.l10nID === "userContextBanking.label") {
|
||||
ContextualIdentityService.update(identity.userContextId,
|
||||
"Finance",
|
||||
identity.icon,
|
||||
identity.color);
|
||||
ContextualIdentityProxy.update(identity.userContextId,
|
||||
"Finance",
|
||||
identity.icon,
|
||||
identity.color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue