mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
fix(Reddit - Remove subreddit dialog): Patch fails on older versions https://github.com/inotia00/ReVanced_Extended/issues/2688
This commit is contained in:
@ -58,7 +58,7 @@ private val settingsBytecodePatch = bytecodePatch(
|
||||
.replace(".", "").toInt()
|
||||
|
||||
is_2024_26_or_greater = 2024260 <= versionNumber
|
||||
is_2024_41_or_greater = 2024100 <= versionNumber
|
||||
is_2024_41_or_greater = 2024410 <= versionNumber
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user