-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(YouTube/Change start page): change the actual start page instead of redirecting the Url #2395
Comments
… of redirecting the Url inotia00/ReVanced_Extended#2395
… of redirecting the Url inotia00/ReVanced_Extended#2395
Hmm, my start page is set to Search, if I use previous key it goes to homepage instead of exiting the app. |
For some special pages like Search, Liked video, Watch later, due to limitations of YouTube API, parent browseId cannot be overridden For these special pages, fall back to the default home feed to avoid bugs |
Can you add a small disclaimer under the Start Page setting stating this? |
reflected in revanced-patches-4.14.1 |
Application
YouTube
Feature description
This is not a patch request, but a description of the feature that will be introduce in the next release.
The
Change start page
patch implemented in YouTube does not change the actual start pageIt opens the start page Url as soon as the home feed is opened
Therefore, the following issues have been raised:
Library
and opens YouTubeThe
Change start page
patch implemented in YouTube Music overrides the browseIdSince the patch changes the root tab, clicking the back button exits the app instead of returning to the home feed
Just like in YouTube Music, we need to override the browseId in YouTube as well
Motivation
Shell_HomeActivity
, so it can be used regardless of YouTube versionAcknowledgements
The text was updated successfully, but these errors were encountered: