mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-20 16:27:17 +02:00
feat(reddit/hide-navigation-buttons): constrain to version 2023.16.1
This commit is contained in:
parent
871f70d664
commit
4bd27c0cfd
@ -167,9 +167,9 @@ The official ReVanced Extended Patches.
|
|||||||
|:--------:|:--------------:|:-----------------:|
|
|:--------:|:--------------:|:-----------------:|
|
||||||
| `disable-screenshot-popup` | Disables the popup that shows up when taking a screenshot. | all |
|
| `disable-screenshot-popup` | Disables the popup that shows up when taking a screenshot. | all |
|
||||||
| `hide-ads` | Removes ads from the Reddit. | all |
|
| `hide-ads` | Removes ads from the Reddit. | all |
|
||||||
| `hide-chat-button` | Hide chat button at navigation bar. | 2023.25.1 |
|
| `hide-chat-button` | Hide chat button at navigation bar. | 2023.16.1 |
|
||||||
| `hide-create-button` | Hide create button at navigation bar. | 2023.25.1 |
|
| `hide-create-button` | Hide create button at navigation bar. | 2023.16.1 |
|
||||||
| `hide-discover-button` | Hide discover button at navigation bar. | 2023.25.1 |
|
| `hide-discover-button` | Hide discover button at navigation bar. | 2023.16.1 |
|
||||||
| `open-links-directly` | Skips over redirection URLs to external links. | all |
|
| `open-links-directly` | Skips over redirection URLs to external links. | all |
|
||||||
| `open-links-externally` | Open links outside of the app directly in your browser. | all |
|
| `open-links-externally` | Open links outside of the app directly in your browser. | all |
|
||||||
| `premium-icon-reddit` | Unlocks premium Reddit app icons. | all |
|
| `premium-icon-reddit` | Unlocks premium Reddit app icons. | all |
|
||||||
|
File diff suppressed because one or more lines are too long
@ -3,6 +3,6 @@ package app.revanced.patches.reddit.layout.navigation.annotations
|
|||||||
import app.revanced.patcher.annotation.Compatibility
|
import app.revanced.patcher.annotation.Compatibility
|
||||||
import app.revanced.patcher.annotation.Package
|
import app.revanced.patcher.annotation.Package
|
||||||
|
|
||||||
@Compatibility([Package("com.reddit.frontpage", arrayOf("2023.25.1"))])
|
@Compatibility([Package("com.reddit.frontpage", arrayOf("2023.16.1"))])
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
internal annotation class NavigationButtonsCompatibility
|
internal annotation class NavigationButtonsCompatibility
|
||||||
|
Loading…
x
Reference in New Issue
Block a user