fix(polls) use medium timeout for poll notifications

This commit is contained in:
Saúl Ibarra Corretgé 2022-01-05 16:42:07 +01:00 committed by Saúl Ibarra Corretgé
parent 7dd9785e48
commit 50d37bf8a7
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;
}