mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Remove legacy keyword colors
This commit is contained in:
parent
d9b06148b0
commit
13ff382ba4
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ public class AdapterKeyword extends RecyclerView.Adapter<AdapterKeyword.ViewHold
|
|||
else
|
||||
prefs.edit().putInt(key, keyword.color).apply();
|
||||
|
||||
prefs.edit().remove("keyword." + keyword.name);
|
||||
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(context);
|
||||
lbm.sendBroadcast(new Intent(FragmentMessages.ACTION_KEYWORDS));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue