Skip to content

Commit 1f195aa

Browse files
committed
Fix
1 parent fb93abc commit 1f195aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/fix/SpoofClientPatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void login(LayoutInflater inflater) {
4141
}
4242
}
4343

44-
public static void setNativeLoginHandler(View loginButton) {
44+
static void setNativeLoginHandler(View loginButton) {
4545
WebApp.nativeLoginHandler = (() -> {
4646
loginButton.setSoundEffectsEnabled(false);
4747
loginButton.performClick();

0 commit comments

Comments
 (0)