mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
fix: Fix compilation error introduced in 6bb6281 (#6409)
This commit is contained in:
@@ -70,10 +70,8 @@ val hideNavigationButtonsPatch = bytecodePatch(
|
||||
description = "Permanently hides the Create button."
|
||||
)
|
||||
|
||||
|
||||
|
||||
execute {
|
||||
if (!hideHome!! &&!hideReels!! && !hideDirect!! && !hideSearch!! && !hideProfile && !hideCreate!!) {
|
||||
if (!hideHome!! &&!hideReels!! && !hideDirect!! && !hideSearch!! && !hideProfile!! && !hideCreate!!) {
|
||||
return@execute Logger.getLogger(this::class.java.name).warning(
|
||||
"No hide navigation buttons options are enabled. No changes made."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user