fix(YouTube - Settings): Handle on screen back swipe gesture (#6002)
This commit is contained in:
parent
1e023fa1f3
commit
6f92b6c50b
3 changed files with 14 additions and 8 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue