mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
fix: Hide shorts player subscriptions button
does not work at tablet layout and old layout
This commit is contained in:
@ -33,6 +33,7 @@ class SharedResourceIdPatch : ResourcePatch {
|
||||
var layoutIcon: Long = -1
|
||||
var layoutVideo: Long = -1
|
||||
var liveChatButtonId: Long = -1
|
||||
var reelPlayerFooterLabelId: Long = -1
|
||||
var scrubbingLabelId: Long = -1
|
||||
var timeStampsContainerLabelId: Long = -1
|
||||
var tooltipLabelId: Long = -1
|
||||
@ -62,6 +63,7 @@ class SharedResourceIdPatch : ResourcePatch {
|
||||
layoutIcon = findSharedResourceId("layout", "endscreen_element_layout_icon")
|
||||
layoutVideo = findSharedResourceId("layout", "endscreen_element_layout_video")
|
||||
liveChatButtonId = findSharedResourceId("id", "live_chat_overlay_button")
|
||||
reelPlayerFooterLabelId = findSharedResourceId("layout", "reel_player_dyn_footer_vert_stories3")
|
||||
scrubbingLabelId = findSharedResourceId("dimen", "vertical_touch_offset_to_enter_fine_scrubbing")
|
||||
timeStampsContainerLabelId = findSharedResourceId("id", "timestamps_container")
|
||||
tooltipLabelId = findSharedResourceId("layout", "tooltip_content_view")
|
||||
|
Reference in New Issue
Block a user