Address @mauriciocolli suggestions in #2960

Simplify code to enable history button
This commit is contained in:
Stypox 2020-02-22 11:34:08 +01:00
parent 6968dd266a
commit d65b8d7d18
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
2 changed files with 3 additions and 11 deletions

View file

@ -11,7 +11,5 @@ public class Constants {
public static final String KEY_THEME_CHANGE = "key_theme_change";
public static final String KEY_MAIN_PAGE_CHANGE = "key_main_page_change";
public static final String KEY_ENABLE_WATCH_HISTORY = "enable_watch_history";
public static final int NO_SERVICE_ID = -1;
}