mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
add hide-account-menu
patch
This commit is contained in:
@ -22,6 +22,7 @@ class SharedResourceIdPatch : ResourcePatch {
|
||||
var backgroundCategoryLabelId: Long = -1
|
||||
var bottomUiContainerResourceId: Long = -1
|
||||
var chapterRepeatOnResourceId: Long = -1
|
||||
var compactLinkLabelId: Long = -1
|
||||
var controlsLayoutStubResourceId: Long = -1
|
||||
var donationCompanionResourceId: Long = -1
|
||||
var emptyColorLabelId: Long = -1
|
||||
@ -52,6 +53,7 @@ class SharedResourceIdPatch : ResourcePatch {
|
||||
backgroundCategoryLabelId = findSharedResourceId("string", "pref_background_and_offline_category")
|
||||
bottomUiContainerResourceId = findSharedResourceId("id", "bottom_ui_container_stub")
|
||||
chapterRepeatOnResourceId = findSharedResourceId("string", "chapter_repeat_on")
|
||||
compactLinkLabelId = findSharedResourceId("layout", "compact_link")
|
||||
controlsLayoutStubResourceId = findSharedResourceId("id", "controls_layout_stub")
|
||||
donationCompanionResourceId = findSharedResourceId("layout", "donation_companion")
|
||||
emptyColorLabelId = findSharedResourceId("color", "inline_time_bar_colorized_bar_empty_color_dark")
|
||||
|
Reference in New Issue
Block a user