Favorite icon color change and Added more info on crash report

This commit is contained in:
h4h13 2019-02-19 23:10:16 +05:30
parent bb748e41de
commit 82e43ab87f
15 changed files with 45 additions and 36 deletions

View file

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