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

Fast Access Functions activated on startup but settings deactivated #889

Closed
emasty opened this issue Sep 19, 2020 · 1 comment
Closed

Fast Access Functions activated on startup but settings deactivated #889

emasty opened this issue Sep 19, 2020 · 1 comment
Labels

Comments

@emasty
Copy link
Contributor

emasty commented Sep 19, 2020

On very first startup, Fast Access Functions are shown but deactivated in settings.

Either:

  • Settings should represent that Fast Access Functions are activated by default
    Or:
  • Fast Access Functions should be deactivated by default (default is set to true)

if (mPrefs.getBoolean(SettingsActivity.CB_SHOW_FAST_ACTIONS, true)) {
fab_done_all.setVisibility(View.VISIBLE);
fab_done_all.setOnTouchListener(new FastMarkReadMotionListener(rootView));
} else {
fab_done_all.setVisibility(View.GONE);
}

@David-Development
Copy link
Member

I refactored the fast access functions a little and discovered that the setting had no influence at all. I'll release the fix sometime this week! :) See #884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants