Commit 50d37bf8 authored by Saúl Ibarra Corretgé's avatar Saúl Ibarra Corretgé Committed by Saúl Ibarra Corretgé
Browse files

fix(polls) use medium timeout for poll notifications

parent 7dd9785e
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment