Derive default conversation color from storage
This commit is contained in:
parent
8f4a2026e4
commit
347f542ac0
5 changed files with 32 additions and 71 deletions
|
@ -216,6 +216,7 @@ function removeCustomColor(
|
|||
};
|
||||
|
||||
dispatch(putItem('customColors', nextCustomColors));
|
||||
resetDefaultChatColor()(dispatch, getState, null);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue