fix(YouTube - Settings): Handle on screen back swipe gesture (#6002)

This commit is contained in:
LisoUseInAIKyrios 2025-09-26 19:00:12 +04:00 committed by GitHub
parent 1e023fa1f3
commit 6f92b6c50b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 8 deletions

View file

@ -152,7 +152,7 @@ public class YouTubeActivityHook extends BaseActivityHook {
* @return if the original activity finish method should be allowed to run.
*/
@SuppressWarnings("unused")
public static boolean handleFinish() {
public static boolean handleBackPress() {
return YouTubeSearchViewController.handleFinish(searchViewController);
}
}