forked from inotia00/revanced-patches
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Hide Navigation Button): Rewrite code
- Loading branch information
1 parent
26dc7d8
commit 0ceddcc
Showing
17 changed files
with
259 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...tches/youtube/navigation/navigationbuttons/fingerprints/PivotBarConstructorFingerprint.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package app.revanced.patches.youtube.navigation.navigationbuttons.fingerprints | ||
|
||
import app.revanced.patcher.extensions.or | ||
import app.revanced.patcher.fingerprint.MethodFingerprint | ||
import com.android.tools.smali.dexlib2.AccessFlags | ||
|
||
internal object PivotBarConstructorFingerprint : MethodFingerprint( | ||
accessFlags = AccessFlags.PUBLIC or AccessFlags.CONSTRUCTOR, | ||
strings = listOf("com.google.android.apps.youtube.app.endpoint.flags") | ||
) |
72 changes: 0 additions & 72 deletions
72
src/main/kotlin/app/revanced/patches/youtube/utils/navbarindex/NavBarIndexHookPatch.kt
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...ed/patches/youtube/utils/navbarindex/fingerprints/MobileTopBarButtonOnClickFingerprint.kt
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...n/app/revanced/patches/youtube/utils/navbarindex/fingerprints/PivotBarIndexFingerprint.kt
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...atches/youtube/utils/navbarindex/fingerprints/SettingsActivityOnBackPressedFingerprint.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.