Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
zainarbani committed Oct 5, 2024
1 parent 976fbb6 commit 41e2003
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,8 @@ private static boolean hideShelves() {
// This check is important as the shelf layout is used for the library tab playlists.
return NavigationButton.getSelectedNavigationButton() != NavigationButton.LIBRARY;
}

public static void testMethod(String str) {
Logger.printDebug(() -> "surfaceName: " + str);
}
}

0 comments on commit 41e2003

Please sign in to comment.