mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-11 21:25:40 +02:00
feat(YouTube - Miniplayer): Add horizontal drag gesture (#3859)
This commit is contained in:
parent
e377b1e6ad
commit
e32b19e170
11 changed files with 149 additions and 74 deletions
|
@ -1133,17 +1133,6 @@ public final class app/revanced/patches/youtube/layout/hide/time/HideTimestampPa
|
|||
public static final fun getHideTimestampPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/youtube/layout/miniplayer/FingerprintsKt {
|
||||
public static final field ANIMATION_INTERPOLATION_FEATURE_KEY J
|
||||
public static final field DOUBLE_TAP_ENABLED_FEATURE_KEY_LITERAL J
|
||||
public static final field DRAG_DROP_ENABLED_FEATURE_KEY_LITERAL J
|
||||
public static final field DROP_SHADOW_FEATURE_KEY J
|
||||
public static final field INITIAL_SIZE_FEATURE_KEY_LITERAL J
|
||||
public static final field MODERN_FEATURE_FLAGS_ENABLED_KEY_LITERAL J
|
||||
public static final field MODERN_MINIPLAYER_ENABLED_OLD_TARGETS_FEATURE_KEY J
|
||||
public static final field ROUNDED_CORNERS_FEATURE_KEY J
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/youtube/layout/miniplayer/MiniplayerPatchKt {
|
||||
public static final fun getFloatyBarButtonTopMargin ()J
|
||||
public static final fun getMiniplayerMaxSize ()J
|
||||
|
@ -1188,10 +1177,6 @@ public final class app/revanced/patches/youtube/layout/searchbar/WideSearchbarPa
|
|||
public static final fun getWideSearchbarPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/youtube/layout/seekbar/FingerprintsKt {
|
||||
public static final field PLAYER_SEEKBAR_GRADIENT_FEATURE_FLAG J
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/youtube/layout/seekbar/SeekbarColorPatchKt {
|
||||
public static final fun getSeekbarColorPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||
}
|
||||
|
@ -1274,10 +1259,6 @@ public final class app/revanced/patches/youtube/misc/extension/SharedExtensionPa
|
|||
public static final fun getSharedExtensionPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/youtube/misc/fix/cairo/FingerprintsKt {
|
||||
public static final field CAIRO_CONFIG_LITERAL_VALUE J
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/youtube/misc/fix/playback/SpoofVideoStreamsPatchKt {
|
||||
public static final fun getSpoofVideoStreamsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue