mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01:00
fix(youtube/return-youtube-dislike): fix error toast when voting (#349)
This commit is contained in:
parent
80ae9ebbd2
commit
e3d923d564
@ -388,7 +388,7 @@ public class ReturnYouTubeDislike {
|
||||
ReVancedUtils.verifyOffMainThread();
|
||||
|
||||
String userId = SettingsEnum.RYD_USER_ID.getString();
|
||||
if (userId != null) {
|
||||
if (!userId.isEmpty()) {
|
||||
return userId;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user