Address PR reviews

This commit is contained in:
Stypox 2025-09-04 13:17:45 +02:00
parent 204df4c45a
commit 79980e2078
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
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;