Compare commits

...

1 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé 5e3463735b
fix(polls) use medium timeout for poll notifications 2022-01-05 16:42:07 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ StateListenerRegistry.register(
appearance: NOTIFICATION_TYPE.NORMAL,
titleKey: 'polls.notification.title',
descriptionKey: 'polls.notification.description'
}, NOTIFICATION_TIMEOUT_TYPE.SHORT));
}, NOTIFICATION_TIMEOUT_TYPE.MEDIUM));
break;
}