mirror of https://github.com/M66B/FairEmail.git
Clear contact info cache on theme switch
This commit is contained in:
parent
ef2dff7082
commit
696afebfbe
|
@ -484,6 +484,8 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
|||
public void onCheckedChanged(RadioGroup group, int checkedId) {
|
||||
getActivity().getIntent().putExtra("tab", "display");
|
||||
|
||||
ContactInfo.clearCache();
|
||||
|
||||
switch (checkedId) {
|
||||
case R.id.rbThemeLight:
|
||||
prefs.edit().putString("theme", "light").apply();
|
||||
|
|
Loading…
Reference in New Issue