Code review comment for lp:~nick-dedekind/unity8/indicator-polishing

Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

> > I see some delay in the notification center...
> > you receive a message, open the notification center immediately -> empty ->
> 1
> > second wait -> message appears.
>
> That's because the model takes a bit of time to connect and populate. It's
> always been like that as far as I know.

Actually, it's because the model is now asynchronous.
We stop registering for changes to the indicators after a while of them being closed, and when we re-open, all the menus get added. And since they're now async, the model takes it's time...

« Back to merge proposal