refactor: fix compilation problems with the SettingsDisplayFragment

This commit is contained in:
LucasGGamerM
2023-08-23 15:05:57 -03:00
parent 20026fc01a
commit 55df6492b7

View File

@@ -140,6 +140,8 @@ public class SettingsDisplayFragment extends BaseSettingsFragment<Void>{
case BROWN -> R.string.sk_color_palette_brown;
case RED -> R.string.sk_color_palette_red;
case YELLOW -> R.string.sk_color_palette_yellow;
case NORD -> R.string.mo_color_palette_nord;
case WHITE -> R.string.mo_color_palette_black_and_white;
};
}