Added option to hide profile on home page

This commit is contained in:
vladrevers 2021-08-09 02:26:51 +03:00
parent 004a55d79b
commit 190baa6fdf
9 changed files with 71 additions and 32 deletions

View file

@ -66,7 +66,7 @@ const val EXTRA_SONG_INFO = "extra_song_info"
const val DESATURATED_COLOR = "desaturated_color"
const val BLACK_THEME = "black_theme"
const val KEEP_SCREEN_ON = "keep_screen_on"
const val TOGGLE_HOME_BANNER = "toggle_home_banner"
const val TYPE_HOME_BANNER = "type_home_banner"
const val NOW_PLAYING_SCREEN_ID = "now_playing_screen_id"
const val CAROUSEL_EFFECT = "carousel_effect"
const val COLORED_NOTIFICATION = "colored_notification"