Favorite icon color change and Added more info on crash report
This commit is contained in:
parent
bb748e41de
commit
82e43ab87f
15 changed files with 45 additions and 36 deletions
|
@ -516,6 +516,10 @@ public final class PreferenceUtil {
|
|||
editor.apply();
|
||||
}
|
||||
|
||||
public String getBaseTheme() {
|
||||
return mPreferences.getString(GENERAL_THEME, "dark");
|
||||
}
|
||||
|
||||
public long getLastAddedCutoff() {
|
||||
final CalendarUtil calendarUtil = new CalendarUtil();
|
||||
long interval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue