Closed nexushoratio closed 10 months ago
Both Profile and the new JobView have an extra toolbar that comes down after scrolling a bit and gets in the way of content.
Profile
JobView
Currently this is solved by a custom Service currently called #Activator.
Service
#Activator
However, it seems like this might become a common pattern, so might as well factor out this common code now.
Both
Profile
and the newJobView
have an extra toolbar that comes down after scrolling a bit and gets in the way of content.Currently this is solved by a custom
Service
currently called#Activator
.However, it seems like this might become a common pattern, so might as well factor out this common code now.