Widget message/threading

This commit is contained in:
M66B
2019-09-21 09:18:17 +02:00
parent ca352356ec
commit 721d151dc4
4 changed files with 11 additions and 7 deletions

View File

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