fix(YouTube - Settings): Resolve settings search crash when searching for specific words (#6231)
This commit is contained in:
parent
e4f52343c0
commit
76dcfaefd8
5 changed files with 74 additions and 17 deletions
|
|
@ -22,6 +22,11 @@ public class SpoofVideoStreamsPatch {
|
|||
return Settings.SPOOF_VIDEO_STREAMS_CLIENT_TYPE.isAvailable()
|
||||
&& Settings.SPOOF_VIDEO_STREAMS_CLIENT_TYPE.get() == ANDROID_VR_1_43_32;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Setting<?>> getParentSettings() {
|
||||
return List.of(Settings.SPOOF_VIDEO_STREAMS_CLIENT_TYPE);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue