fix(YouTube - ReturnYouTubeDislike): Add debug logging to litho text (#476)

This commit is contained in:
LisoUseInAIKyrios 2023-09-09 12:52:47 +04:00 committed by GitHub
parent acf7e2d1dd
commit e3b8e8be41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,8 @@ public class ReturnYouTubeDislikePatch {
}
String conversionContextString = conversionContext.toString();
LogHelper.printDebug(() -> "conversionContext: " + conversionContextString);
final boolean isSegmentedButton;
if (conversionContextString.contains("|segmented_like_dislike_button.eml|")) {
isSegmentedButton = true;