Widget improvements

This commit is contained in:
M66B
2019-09-29 10:51:25 +02:00
parent db9e77de43
commit 89a0b9df42
3 changed files with 23 additions and 5 deletions

View File

@@ -237,6 +237,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
prefs.edit().putBoolean("subject_italic", checked).apply();
WidgetUnified.update(getContext());
}
});