Clear contact info cache on theme switch

This commit is contained in:
M66B 2019-10-12 09:02:31 +02:00
parent ef2dff7082
commit 696afebfbe
1 changed files with 2 additions and 0 deletions

View File

@ -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();