Skip to content

Commit

Permalink
fix: resources for other flavors in WelcomeScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jul 1, 2021
1 parent 89713c1 commit 9ac2dbc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Expand Up @@ -6,9 +6,9 @@ import openfoodfacts.github.scrachx.openfood.R

internal enum class WelcomeScreen(@StringRes layoutRes: Int, @ColorRes colorRes: Int) {
INTRO(R.layout.welcome_slide_intro, R.color.bg_welcome_intro),
NUTRISCORE(R.layout.welcome_slide_nutriscore, R.color.bg_welcome_nutriscore),
NOVA(R.layout.welcome_slide_nova, R.color.bg_welcome_nova),
ECOSCORE(R.layout.welcome_slide_ecoscore, R.color.bg_welcome_ecoscore),
SCREEN_1(R.layout.welcome_slide_1, R.color.bg_welcome_nutriscore),
SCREEN_2(R.layout.welcome_slide_2, R.color.bg_welcome_nova),
SCREEN_3(R.layout.welcome_slide_3, R.color.bg_welcome_ecoscore),
MATOMO(R.layout.welcome_slide_matomo, R.color.bg_welcome_matomo);

@StringRes
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ac2dbc

Please sign in to comment.