Address PR reviews

This commit is contained in:
Stypox 2025-09-04 13:17:45 +02:00
parent 671aac8773
commit 4ae091948f
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ public enum UserAction {
OPEN_INFO_ITEM_DIALOG("open info item dialog"),
GETTING_MAIN_SCREEN_TAB("getting main screen tab"),
PLAY_ON_POPUP("play on popup"),
SUBSCRIPTIONS("loading subscriptions"),;
SUBSCRIPTIONS("loading subscriptions");
private final String message;