Skip to content

Commit

Permalink
#7 Changed default format of Widget header to be like in v.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yvolk committed Feb 15, 2020
1 parent 6d1f5b7 commit 00100ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class InstanceSettings {
private WidgetHeaderLayout widgetHeaderLayout = WidgetHeaderLayout.defaultValue;
private static final String PREF_SHOW_DATE_ON_WIDGET_HEADER = "showDateOnWidgetHeader"; // till v 4.0
static final String PREF_WIDGET_HEADER_DATE_FORMAT = "widgetHeaderDateFormat";
static final DateFormatValue PREF_WIDGET_HEADER_DATE_FORMAT_DEFAULT = DateFormatType.DEVICE_DEFAULT.defaultValue();
static final DateFormatValue PREF_WIDGET_HEADER_DATE_FORMAT_DEFAULT = DateFormatType.DEFAULT_WEEKDAY.defaultValue();
private DateFormatValue widgetHeaderDateFormat = PREF_WIDGET_HEADER_DATE_FORMAT_DEFAULT;
static final String PREF_SHOW_DAY_HEADERS = "showDayHeaders";
private boolean showDayHeaders = true;
Expand Down

0 comments on commit 00100ad

Please sign in to comment.