Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setMask on NavDataManager is not called correctly from adding/removing listeners #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2014

  1. mavenized

    ronsmits committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    e04059f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Fixed setting state on adding or removing listeners. In the old setup,

    the mask was only set in case *listeners.size() > 2. Otherwise, the mask
    was always reset. Now, the reset is only performed if the number of
    listeners drops to 0, and set if there is one listener present (assuming
    it's the first).
    jfbenckhuijsen committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    90a9536 View commit details
    Browse the repository at this point in the history