Skip to content

emoji chooser: Fix incremental loading

Matthias Clasen requested to merge matthiasc/for-master into master

This broken when we started using GDK_PROFILER_CURRENT_TIME for timekeeping - that gets defined to 0 when we're building without sysprof, so we can use it to make such determinations. Go back to using g_get_monotonic_time().

Merge request reports