mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-02 17:55:26 +01:00
fix: find resource by correct name
This commit is contained in:
parent
3d8856b29a
commit
7e562f3fb3
@ -11,7 +11,7 @@ import app.revanced.patches.shared.mapping.misc.patch.ResourceMappingPatch
|
|||||||
@DependsOn([ResourceMappingPatch::class])
|
@DependsOn([ResourceMappingPatch::class])
|
||||||
class BottomSheetHookResourcePatch : ResourcePatch {
|
class BottomSheetHookResourcePatch : ResourcePatch {
|
||||||
override fun execute(context: ResourceContext): PatchResult {
|
override fun execute(context: ResourceContext): PatchResult {
|
||||||
bottomSheetMargins = ResourceMappingPatch.resourceMappings.find { it.name == "bottomSheetMargins" }?.id
|
bottomSheetMargins = ResourceMappingPatch.resourceMappings.find { it.name == "bottom_sheet_margins" }?.id
|
||||||
?: return PatchResultError("Could not find resource")
|
?: return PatchResultError("Could not find resource")
|
||||||
|
|
||||||
return PatchResultSuccess()
|
return PatchResultSuccess()
|
||||||
|
Loading…
Reference in New Issue
Block a user