fix(youtube/alternative-thumbnails): minor refactor

This commit is contained in:
inotia00
2023-09-28 16:55:51 +09:00
parent 63b7812dc3
commit 80c81d46ba
4 changed files with 8 additions and 11 deletions

View File

@ -5,6 +5,7 @@ internal object Constants {
const val PATCHES_PATH = "$INTEGRATIONS_PATH/patches"
const val ADS_PATH = "$PATCHES_PATH/ads"
const val ALTERNATIVE_THUMBNAILS = "$PATCHES_PATH/layout/AlternativeThumbnailsPatch;"
const val SWIPE_PATH = "$PATCHES_PATH/swipe"
const val FLYOUT_PANEL = "$PATCHES_PATH/layout/FlyoutPanelPatch;"
const val FULLSCREEN = "$PATCHES_PATH/layout/FullscreenPatch;"